is not current version
Last Version 1.2

net.pwall.json:json-kotlin-annotations 1.0.2

Kotlin annotation classes to assist with auto-serialization and deserialization

Categories

Categories

Kotlin Languages Net JSON Data
GroupId

GroupId

net.pwall.json
ArtifactId

ArtifactId

json-kotlin-annotations
Version

Version

1.0.2
Type

Type

jar

Download json-kotlin-annotations 1.0.2


<!-- https://jarcasting.com/artifacts/net.pwall.json/json-kotlin-annotations/ -->
<dependency>
    <groupId>net.pwall.json</groupId>
    <artifactId>json-kotlin-annotations</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.json/json-kotlin-annotations/
implementation 'net.pwall.json:json-kotlin-annotations:1.0.2'
// https://jarcasting.com/artifacts/net.pwall.json/json-kotlin-annotations/
implementation ("net.pwall.json:json-kotlin-annotations:1.0.2")
'net.pwall.json:json-kotlin-annotations:jar:1.0.2'
<dependency org="net.pwall.json" name="json-kotlin-annotations" rev="1.0.2">
  <artifact name="json-kotlin-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.json', module='json-kotlin-annotations', version='1.0.2')
)
libraryDependencies += "net.pwall.json" % "json-kotlin-annotations" % "1.0.2"
[net.pwall.json/json-kotlin-annotations "1.0.2"]