is not current version
Last Version 1.7.7

com.ubertob.kondor:kondor-core 1.3.3

A Kotlin library to serialize/deserialize Json safely without reflection

GroupId

GroupId

com.ubertob.kondor
ArtifactId

ArtifactId

kondor-core
Version

Version

1.3.3
Type

Type

jar

Download kondor-core 1.3.3


<!-- https://jarcasting.com/artifacts/com.ubertob.kondor/kondor-core/ -->
<dependency>
    <groupId>com.ubertob.kondor</groupId>
    <artifactId>kondor-core</artifactId>
    <version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.ubertob.kondor/kondor-core/
implementation 'com.ubertob.kondor:kondor-core:1.3.3'
// https://jarcasting.com/artifacts/com.ubertob.kondor/kondor-core/
implementation ("com.ubertob.kondor:kondor-core:1.3.3")
'com.ubertob.kondor:kondor-core:jar:1.3.3'
<dependency org="com.ubertob.kondor" name="kondor-core" rev="1.3.3">
  <artifact name="kondor-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ubertob.kondor', module='kondor-core', version='1.3.3')
)
libraryDependencies += "com.ubertob.kondor" % "kondor-core" % "1.3.3"
[com.ubertob.kondor/kondor-core "1.3.3"]