License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdnz.salect.objJSON |
ArtifactId | ArtifactIdobjjson |
Last Version | Last Version0.25 |
Release Date | Release Date |
Type | Typepom |
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-0.25.pom | |
objjson-0.25.module | 1 KB |
Browse |
<!-- 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"]