ObjJSON

A JSON serialization library fully implemented in Kotlin

License

License

Categories

Categories

JSON Data
GroupId

GroupId

nz.salect.objJSON
ArtifactId

ArtifactId

objjson
Last Version

Last Version

0.25
Release Date

Release Date

Type

Type

pom
Description

Description

ObjJSON
A JSON serialization library fully implemented in Kotlin
Project URL

Project URL

https://bitbucket.org/objdict/objjson
Project Organization

Project Organization

Salect NZ
Source Code Management

Source Code Management

https://bitbucket.org/objdict/objjson

Download objjson

How to add to project

<!-- https://jarcasting.com/artifacts/nz.salect.objJSON/objjson/ -->
<dependency>
    <groupId>nz.salect.objJSON</groupId>
    <artifactId>objjson</artifactId>
    <version>0.25</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nz.salect.objJSON/objjson/
implementation 'nz.salect.objJSON:objjson:0.25'
// https://jarcasting.com/artifacts/nz.salect.objJSON/objjson/
implementation ("nz.salect.objJSON:objjson:0.25")
'nz.salect.objJSON:objjson:pom:0.25'
<dependency org="nz.salect.objJSON" name="objjson" rev="0.25">
  <artifact name="objjson" type="pom" />
</dependency>
@Grapes(
@Grab(group='nz.salect.objJSON', module='objjson', version='0.25')
)
libraryDependencies += "nz.salect.objJSON" % "objjson" % "0.25"
[nz.salect.objJSON/objjson "0.25"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.25
0.24