Annotations for Kotlin JSON serialization and deserialization

Kotlin annotation classes to assist with auto-serialization and deserialization

License

License

Categories

Categories

JSON Data
GroupId

GroupId

io.kjson
ArtifactId

ArtifactId

kjson-annotations
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

Annotations for Kotlin JSON serialization and deserialization
Kotlin annotation classes to assist with auto-serialization and deserialization
Project URL

Project URL

https://github.com/pwall567/kjson-annotations
Source Code Management

Source Code Management

https://github.com/pwall567/kjson-annotations.git

Download kjson-annotations

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.2
1.1
1.0