is not current version
Last Version 0.1.25

org.jsonex:JSONCoder 0.1.11


Categories

Categories

JSON Data
GroupId

GroupId

org.jsonex
ArtifactId

ArtifactId

JSONCoder
Version

Version

0.1.11
Type

Type

jar

Download JSONCoder 0.1.11


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