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