Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.jsonex |
ArtifactId | ArtifactIdJSONCoder |
Version | Version0.1.14 |
Type | Typejar |
Filename | Size |
---|---|
JSONCoder-0.1.14.pom | |
JSONCoder-0.1.14.jar | 55 KB |
JSONCoder-0.1.14-sources.jar | 29 KB |
JSONCoder-0.1.14-javadoc.jar | 187 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsonex/JSONCoder/ -->
<dependency>
<groupId>org.jsonex</groupId>
<artifactId>JSONCoder</artifactId>
<version>0.1.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonex/JSONCoder/
implementation 'org.jsonex:JSONCoder:0.1.14'
// https://jarcasting.com/artifacts/org.jsonex/JSONCoder/
implementation ("org.jsonex:JSONCoder:0.1.14")
'org.jsonex:JSONCoder:jar:0.1.14'
<dependency org="org.jsonex" name="JSONCoder" rev="0.1.14">
<artifact name="JSONCoder" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonex', module='JSONCoder', version='0.1.14')
)
libraryDependencies += "org.jsonex" % "JSONCoder" % "0.1.14"
[org.jsonex/JSONCoder "0.1.14"]