| License |
License |
|---|---|
| Categories |
CategoriesHelidon Container Microservices config Application Layer Libs Configuration |
| GroupId | GroupIdio.helidon.config |
| ArtifactId | ArtifactIdhelidon-config |
| Version | Version2.3.0 |
| Type | Typejar |
| Description |
DescriptionHelidon Config
Configuration Core module.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| helidon-config-2.3.0.pom | |
| helidon-config-2.3.0.jar | 322 KB |
| helidon-config-2.3.0-sources.jar | 199 KB |
| helidon-config-2.3.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.helidon.config/helidon-config/ -->
<dependency>
<groupId>io.helidon.config</groupId>
<artifactId>helidon-config</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.config/helidon-config/
implementation 'io.helidon.config:helidon-config:2.3.0'
// https://jarcasting.com/artifacts/io.helidon.config/helidon-config/
implementation ("io.helidon.config:helidon-config:2.3.0")
'io.helidon.config:helidon-config:jar:2.3.0'
<dependency org="io.helidon.config" name="helidon-config" rev="2.3.0">
<artifact name="helidon-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.config', module='helidon-config', version='2.3.0')
)
libraryDependencies += "io.helidon.config" % "helidon-config" % "2.3.0"
[io.helidon.config/helidon-config "2.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| jakarta.annotation : jakarta.annotation-api | jar | 1.3.5 |
| io.helidon.common : helidon-common | jar | 2.3.0 |
| io.helidon.common : helidon-common-reactive | jar | 2.3.0 |
| io.helidon.common : helidon-common-media-type | jar | 2.3.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.mockito : mockito-core | jar | 2.23.4 |
| com.xebialabs.restito : restito | jar | 0.9.1 |
| io.helidon.config : helidon-config-test-infrastructure | jar | 2.3.0 |
| org.slf4j : slf4j-jdk14 | jar | 1.7.30 |