License |
License |
---|---|
Categories |
CategoriesKotlin Languages Net JSON Data |
GroupId | GroupIdnet.pwall.json |
ArtifactId | ArtifactIdjson-kotlin-annotations |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAnnotations for Kotlin JSON serialization and deserialization
Kotlin annotation classes to assist with auto-serialization and deserialization
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/net.pwall.json/json-kotlin-annotations/ -->
<dependency>
<groupId>net.pwall.json</groupId>
<artifactId>json-kotlin-annotations</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.json/json-kotlin-annotations/
implementation 'net.pwall.json:json-kotlin-annotations:1.2'
// https://jarcasting.com/artifacts/net.pwall.json/json-kotlin-annotations/
implementation ("net.pwall.json:json-kotlin-annotations:1.2")
'net.pwall.json:json-kotlin-annotations:jar:1.2'
<dependency org="net.pwall.json" name="json-kotlin-annotations" rev="1.2">
<artifact name="json-kotlin-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.json', module='json-kotlin-annotations', version='1.2')
)
libraryDependencies += "net.pwall.json" % "json-kotlin-annotations" % "1.2"
[net.pwall.json/json-kotlin-annotations "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.20 |