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