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