| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdio.kjson |
| ArtifactId | ArtifactIdkjson |
| Last Version | Last Version3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionReflection-based JSON serialization and deserialization for Kotlin
Reflection-based JSON serialization and deserialization for Kotlin
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kjson-3.1.pom | |
| kjson-3.1.jar | 25 KB |
| kjson-3.1-sources.jar | 9 KB |
| kjson-3.1-javadoc.jar | 311 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.kjson/kjson/ -->
<dependency>
<groupId>io.kjson</groupId>
<artifactId>kjson</artifactId>
<version>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.kjson/kjson/
implementation 'io.kjson:kjson:3.1'
// https://jarcasting.com/artifacts/io.kjson/kjson/
implementation ("io.kjson:kjson:3.1")
'io.kjson:kjson:jar:3.1'
<dependency org="io.kjson" name="kjson" rev="3.1">
<artifact name="kjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kjson', module='kjson', version='3.1')
)
libraryDependencies += "io.kjson" % "kjson" % "3.1"
[io.kjson/kjson "3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.kjson : kjson-core | jar | 3.0 |
| io.kjson : kjson-annotations | jar | 1.2 |
| io.kjson : kjson-pointer | jar | 1.9 |
| net.pwall.json : json-functions | jar | 1.5 |
| net.pwall.json : json-co-functions | jar | 1.1 |
| net.pwall.json : json-validation | jar | 1.4 |
| net.pwall.text : textmatcher | jar | 1.1 |
| net.pwall.util : date-output | jar | 1.1 |
| net.pwall.util : co-date-output | jar | 1.0 |
| net.pwall.util : int-output | jar | 1.3 |
| net.pwall.util : co-int-output | jar | 2.0 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.10 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core Optional | jar | 1.6.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| io.kjson : kjson-test | jar | 2.2 |
| net.pwall.util : immutables | jar | 2.2 |
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.6.10 |