| GroupId | GroupIdcom.avsystem.commons |
|---|---|
| ArtifactId | ArtifactIdcommons-hocon_2.11 |
| Version | Version1.47.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| commons-hocon_2.11-1.47.4.pom | |
| commons-hocon_2.11-1.47.4.jar | 189 KB |
| commons-hocon_2.11-1.47.4-sources.jar | 11 KB |
| commons-hocon_2.11-1.47.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.avsystem.commons/commons-hocon_2.11/
implementation 'com.avsystem.commons:commons-hocon_2.11:1.47.4'
// https://jarcasting.com/artifacts/com.avsystem.commons/commons-hocon_2.11/
implementation ("com.avsystem.commons:commons-hocon_2.11:1.47.4")
'com.avsystem.commons:commons-hocon_2.11:jar:1.47.4'
<dependency org="com.avsystem.commons" name="commons-hocon_2.11" rev="1.47.4">
<artifact name="commons-hocon_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avsystem.commons', module='commons-hocon_2.11', version='1.47.4')
)
libraryDependencies += "com.avsystem.commons" % "commons-hocon_2.11" % "1.47.4"
[com.avsystem.commons/commons-hocon_2.11 "1.47.4"]