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