Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.uharaqo.kotlin-hocon-mapper |
ArtifactId | ArtifactIdkotlin-hocon-mapper |
Version | Version0.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.uharaqo.kotlin-hocon-mapper/kotlin-hocon-mapper/ -->
<dependency>
<groupId>com.github.uharaqo.kotlin-hocon-mapper</groupId>
<artifactId>kotlin-hocon-mapper</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.uharaqo.kotlin-hocon-mapper/kotlin-hocon-mapper/
implementation 'com.github.uharaqo.kotlin-hocon-mapper:kotlin-hocon-mapper:0.9.0'
// https://jarcasting.com/artifacts/com.github.uharaqo.kotlin-hocon-mapper/kotlin-hocon-mapper/
implementation ("com.github.uharaqo.kotlin-hocon-mapper:kotlin-hocon-mapper:0.9.0")
'com.github.uharaqo.kotlin-hocon-mapper:kotlin-hocon-mapper:jar:0.9.0'
<dependency org="com.github.uharaqo.kotlin-hocon-mapper" name="kotlin-hocon-mapper" rev="0.9.0">
<artifact name="kotlin-hocon-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.uharaqo.kotlin-hocon-mapper', module='kotlin-hocon-mapper', version='0.9.0')
)
libraryDependencies += "com.github.uharaqo.kotlin-hocon-mapper" % "kotlin-hocon-mapper" % "0.9.0"
[com.github.uharaqo.kotlin-hocon-mapper/kotlin-hocon-mapper "0.9.0"]