License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdnz.salect.objJSON |
ArtifactId | ArtifactIdobjjson-jvm |
Last Version | Last Version0.25 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionObjJSON
A JSON serialization library fully implemented in Kotlin
|
Project URL |
Project URL |
Project Organization |
Project OrganizationSalect NZ |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
objjson-jvm-0.25.pom | |
objjson-jvm-0.25.jar | 24 KB |
objjson-jvm-0.25-tests.jar | 43 KB |
objjson-jvm-0.25-sources.jar | 1 KB |
objjson-jvm-0.25-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/nz.salect.objJSON/objjson-jvm/ -->
<dependency>
<groupId>nz.salect.objJSON</groupId>
<artifactId>objjson-jvm</artifactId>
<version>0.25</version>
</dependency>
// https://jarcasting.com/artifacts/nz.salect.objJSON/objjson-jvm/
implementation 'nz.salect.objJSON:objjson-jvm:0.25'
// https://jarcasting.com/artifacts/nz.salect.objJSON/objjson-jvm/
implementation ("nz.salect.objJSON:objjson-jvm:0.25")
'nz.salect.objJSON:objjson-jvm:jar:0.25'
<dependency org="nz.salect.objJSON" name="objjson-jvm" rev="0.25">
<artifact name="objjson-jvm" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.salect.objJSON', module='objjson-jvm', version='0.25')
)
libraryDependencies += "nz.salect.objJSON" % "objjson-jvm" % "0.25"
[nz.salect.objJSON/objjson-jvm "0.25"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.21 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.21 |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.3.21 |