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