is not current version
Last Version 0.1.25

org.jsonex:JSONCoder 0.1.23


Categories

Categories

JSON Data
GroupId

GroupId

org.jsonex
ArtifactId

ArtifactId

JSONCoder
Version

Version

0.1.23
Type

Type

jar

Download JSONCoder 0.1.23


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