Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.asilvestre |
ArtifactId | ArtifactIdjxmltojson |
Version | Version0.10 |
Type | Typejar |
Filename | Size |
---|---|
jxmltojson-0.10.pom | |
jxmltojson-0.10.jar | 6 KB |
jxmltojson-0.10-sources.jar | 3 KB |
jxmltojson-0.10-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.asilvestre/jxmltojson/ -->
<dependency>
<groupId>com.github.asilvestre</groupId>
<artifactId>jxmltojson</artifactId>
<version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.asilvestre/jxmltojson/
implementation 'com.github.asilvestre:jxmltojson:0.10'
// https://jarcasting.com/artifacts/com.github.asilvestre/jxmltojson/
implementation ("com.github.asilvestre:jxmltojson:0.10")
'com.github.asilvestre:jxmltojson:jar:0.10'
<dependency org="com.github.asilvestre" name="jxmltojson" rev="0.10">
<artifact name="jxmltojson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.asilvestre', module='jxmltojson', version='0.10')
)
libraryDependencies += "com.github.asilvestre" % "jxmltojson" % "0.10"
[com.github.asilvestre/jxmltojson "0.10"]