Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.anish7kumar |
ArtifactId | ArtifactIdXML_JSON |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
XML_JSON-1.0.0.pom | |
XML_JSON-1.0.0.jar | 5 KB |
XML_JSON-1.0.0-sources.jar | 2 KB |
XML_JSON-1.0.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.anish7kumar/XML_JSON/ -->
<dependency>
<groupId>com.github.anish7kumar</groupId>
<artifactId>XML_JSON</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anish7kumar/XML_JSON/
implementation 'com.github.anish7kumar:XML_JSON:1.0.0'
// https://jarcasting.com/artifacts/com.github.anish7kumar/XML_JSON/
implementation ("com.github.anish7kumar:XML_JSON:1.0.0")
'com.github.anish7kumar:XML_JSON:jar:1.0.0'
<dependency org="com.github.anish7kumar" name="XML_JSON" rev="1.0.0">
<artifact name="XML_JSON" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anish7kumar', module='XML_JSON', version='1.0.0')
)
libraryDependencies += "com.github.anish7kumar" % "XML_JSON" % "1.0.0"
[com.github.anish7kumar/XML_JSON "1.0.0"]