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