Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.leibnizcenter |
ArtifactId | ArtifactIdxml-to-json |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
xml-to-json-0.9.0.pom | |
xml-to-json-0.9.0.jar | 14 KB |
xml-to-json-0.9.0-sources.jar | 6 KB |
xml-to-json-0.9.0-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.leibnizcenter/xml-to-json/ -->
<dependency>
<groupId>org.leibnizcenter</groupId>
<artifactId>xml-to-json</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.leibnizcenter/xml-to-json/
implementation 'org.leibnizcenter:xml-to-json:0.9.0'
// https://jarcasting.com/artifacts/org.leibnizcenter/xml-to-json/
implementation ("org.leibnizcenter:xml-to-json:0.9.0")
'org.leibnizcenter:xml-to-json:jar:0.9.0'
<dependency org="org.leibnizcenter" name="xml-to-json" rev="0.9.0">
<artifact name="xml-to-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.leibnizcenter', module='xml-to-json', version='0.9.0')
)
libraryDependencies += "org.leibnizcenter" % "xml-to-json" % "0.9.0"
[org.leibnizcenter/xml-to-json "0.9.0"]