is not current version
Last Version 0.1.25

org.jsonex:JSONCoder 0.1.22


Categories

Categories

JSON Data
GroupId

GroupId

org.jsonex
ArtifactId

ArtifactId

JSONCoder
Version

Version

0.1.22
Type

Type

jar

Download JSONCoder 0.1.22


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