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