License |
License
GNU Lesser General Public License Version 3
|
---|---|
GroupId | GroupIdorg.shredzone.commons |
ArtifactId | ArtifactIdcommons-xml |
Version | Version1.2 |
Type | Typejar |
Description |
DescriptionShredzone Commons: XML
Shredzone Commons: XML parsing
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-xml-1.2.pom | |
commons-xml-1.2.jar | 8 KB |
commons-xml-1.2-sources.jar | 7 KB |
commons-xml-1.2-javadoc.jar | 405 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.shredzone.commons/commons-xml/ -->
<dependency>
<groupId>org.shredzone.commons</groupId>
<artifactId>commons-xml</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.shredzone.commons/commons-xml/
implementation 'org.shredzone.commons:commons-xml:1.2'
// https://jarcasting.com/artifacts/org.shredzone.commons/commons-xml/
implementation ("org.shredzone.commons:commons-xml:1.2")
'org.shredzone.commons:commons-xml:jar:1.2'
<dependency org="org.shredzone.commons" name="commons-xml" rev="1.2">
<artifact name="commons-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.shredzone.commons', module='commons-xml', version='1.2')
)
libraryDependencies += "org.shredzone.commons" % "commons-xml" % "1.2"
[org.shredzone.commons/commons-xml "1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest | jar | 2.1 |
org.mockito : mockito-core | jar | 2.23.4 |