Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.electronwill.night-config |
ArtifactId | ArtifactIdhocon |
Version | Version3.5.2 |
Type | Typejar |
Filename | Size |
---|---|
hocon-3.5.2.pom | |
hocon-3.5.2.jar | 10 KB |
hocon-3.5.2-sources.jar | 5 KB |
hocon-3.5.2-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.electronwill.night-config/hocon/ -->
<dependency>
<groupId>com.electronwill.night-config</groupId>
<artifactId>hocon</artifactId>
<version>3.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.electronwill.night-config/hocon/
implementation 'com.electronwill.night-config:hocon:3.5.2'
// https://jarcasting.com/artifacts/com.electronwill.night-config/hocon/
implementation ("com.electronwill.night-config:hocon:3.5.2")
'com.electronwill.night-config:hocon:jar:3.5.2'
<dependency org="com.electronwill.night-config" name="hocon" rev="3.5.2">
<artifact name="hocon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.electronwill.night-config', module='hocon', version='3.5.2')
)
libraryDependencies += "com.electronwill.night-config" % "hocon" % "3.5.2"
[com.electronwill.night-config/hocon "3.5.2"]