Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.uharaqo.kotlin-hocon-mapper |
ArtifactId | ArtifactIdkotlin-hocon-mapper |
Version | Version0.0.3 |
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.0.3</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.0.3'
// https://jarcasting.com/artifacts/com.github.uharaqo.kotlin-hocon-mapper/kotlin-hocon-mapper/
implementation ("com.github.uharaqo.kotlin-hocon-mapper:kotlin-hocon-mapper:0.0.3")
'com.github.uharaqo.kotlin-hocon-mapper:kotlin-hocon-mapper:jar:0.0.3'
<dependency org="com.github.uharaqo.kotlin-hocon-mapper" name="kotlin-hocon-mapper" rev="0.0.3">
<artifact name="kotlin-hocon-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.uharaqo.kotlin-hocon-mapper', module='kotlin-hocon-mapper', version='0.0.3')
)
libraryDependencies += "com.github.uharaqo.kotlin-hocon-mapper" % "kotlin-hocon-mapper" % "0.0.3"
[com.github.uharaqo.kotlin-hocon-mapper/kotlin-hocon-mapper "0.0.3"]