| GroupId | GroupIdcom.avsystem.commons |
|---|---|
| ArtifactId | ArtifactIdcommons-hocon_2.11 |
| Version | Version1.47.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| commons-hocon_2.11-1.47.2.pom | |
| commons-hocon_2.11-1.47.2.jar | 189 KB |
| commons-hocon_2.11-1.47.2-sources.jar | 11 KB |
| commons-hocon_2.11-1.47.2-javadoc.jar | 189 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.avsystem.commons/commons-hocon_2.11/ -->
<dependency>
<groupId>com.avsystem.commons</groupId>
<artifactId>commons-hocon_2.11</artifactId>
<version>1.47.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.avsystem.commons/commons-hocon_2.11/
implementation 'com.avsystem.commons:commons-hocon_2.11:1.47.2'
// https://jarcasting.com/artifacts/com.avsystem.commons/commons-hocon_2.11/
implementation ("com.avsystem.commons:commons-hocon_2.11:1.47.2")
'com.avsystem.commons:commons-hocon_2.11:jar:1.47.2'
<dependency org="com.avsystem.commons" name="commons-hocon_2.11" rev="1.47.2">
<artifact name="commons-hocon_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avsystem.commons', module='commons-hocon_2.11', version='1.47.2')
)
libraryDependencies += "com.avsystem.commons" % "commons-hocon_2.11" % "1.47.2"
[com.avsystem.commons/commons-hocon_2.11 "1.47.2"]