| License |
License |
|---|---|
| Categories |
CategoriesHelidon Container Microservices config Application Layer Libs Configuration |
| GroupId | GroupIdio.helidon.config |
| ArtifactId | ArtifactIdhelidon-config-hocon |
| Version | Version2.4.0 |
| Type | Typejar |
| Description |
DescriptionHelidon Config HOCON
Typesafe (Lightbend) Config (HOCON) Parser implementation.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| helidon-config-hocon-2.4.0.pom | |
| helidon-config-hocon-2.4.0.jar | 13 KB |
| helidon-config-hocon-2.4.0-sources.jar | 8 KB |
| helidon-config-hocon-2.4.0-javadoc.jar | 401 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.helidon.config/helidon-config-hocon/ -->
<dependency>
<groupId>io.helidon.config</groupId>
<artifactId>helidon-config-hocon</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.config/helidon-config-hocon/
implementation 'io.helidon.config:helidon-config-hocon:2.4.0'
// https://jarcasting.com/artifacts/io.helidon.config/helidon-config-hocon/
implementation ("io.helidon.config:helidon-config-hocon:2.4.0")
'io.helidon.config:helidon-config-hocon:jar:2.4.0'
<dependency org="io.helidon.config" name="helidon-config-hocon" rev="2.4.0">
<artifact name="helidon-config-hocon" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.config', module='helidon-config-hocon', version='2.4.0')
)
libraryDependencies += "io.helidon.config" % "helidon-config-hocon" % "2.4.0"
[io.helidon.config/helidon-config-hocon "2.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.helidon.config : helidon-config | jar | 2.4.0 |
| io.helidon.common : helidon-common | jar | 2.4.0 |
| com.typesafe : config | jar | 1.4.1 |
| jakarta.annotation : jakarta.annotation-api | jar | 1.3.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.helidon.config : helidon-config-testing | jar | 2.4.0 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| org.hamcrest : hamcrest-core | jar | 1.3 |