License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.uharaqo.kotlin-hocon-mapper |
ArtifactId | ArtifactIdkotlin-hocon-mapper |
Version | Version1.4.10 |
Type | Typejar |
Description |
Descriptionkotlin-hocon-mapper
Typesafe Config (HOCON) mapper for Kotlin data object
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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>1.4.10</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:1.4.10'
// https://jarcasting.com/artifacts/com.github.uharaqo.kotlin-hocon-mapper/kotlin-hocon-mapper/
implementation ("com.github.uharaqo.kotlin-hocon-mapper:kotlin-hocon-mapper:1.4.10")
'com.github.uharaqo.kotlin-hocon-mapper:kotlin-hocon-mapper:jar:1.4.10'
<dependency org="com.github.uharaqo.kotlin-hocon-mapper" name="kotlin-hocon-mapper" rev="1.4.10">
<artifact name="kotlin-hocon-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.uharaqo.kotlin-hocon-mapper', module='kotlin-hocon-mapper', version='1.4.10')
)
libraryDependencies += "com.github.uharaqo.kotlin-hocon-mapper" % "kotlin-hocon-mapper" % "1.4.10"
[com.github.uharaqo.kotlin-hocon-mapper/kotlin-hocon-mapper "1.4.10"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.10 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlinx : kotlinx-serialization-core | jar | 1.0.0-RC |
com.typesafe : config | jar | 1.4.0 |