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