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