is not current version
Last Version 1.2

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

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.1
Type

Type

jar

Download json-kotlin-annotations 1.0.1


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