GroupId | GroupIdorg.shredzone.commons |
---|---|
ArtifactId | ArtifactIdcommons-xml |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-xml-1.0.pom | |
commons-xml-1.0.jar | 7 KB |
commons-xml-1.0-sources.jar | 4 KB |
commons-xml-1.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.shredzone.commons/commons-xml/ -->
<dependency>
<groupId>org.shredzone.commons</groupId>
<artifactId>commons-xml</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.shredzone.commons/commons-xml/
implementation 'org.shredzone.commons:commons-xml:1.0'
// https://jarcasting.com/artifacts/org.shredzone.commons/commons-xml/
implementation ("org.shredzone.commons:commons-xml:1.0")
'org.shredzone.commons:commons-xml:jar:1.0'
<dependency org="org.shredzone.commons" name="commons-xml" rev="1.0">
<artifact name="commons-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.shredzone.commons', module='commons-xml', version='1.0')
)
libraryDependencies += "org.shredzone.commons" % "commons-xml" % "1.0"
[org.shredzone.commons/commons-xml "1.0"]