GroupId | GroupIdcom.github.crabs-hue.commons |
---|---|
ArtifactId | ArtifactIdcommons-xml |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
commons-xml-0.0.3.pom | |
commons-xml-0.0.3.jar | 28 KB |
commons-xml-0.0.3-sources.jar | 21 KB |
commons-xml-0.0.3-javadoc.jar | 156 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-xml/ -->
<dependency>
<groupId>com.github.crabs-hue.commons</groupId>
<artifactId>commons-xml</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-xml/
implementation 'com.github.crabs-hue.commons:commons-xml:0.0.3'
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-xml/
implementation ("com.github.crabs-hue.commons:commons-xml:0.0.3")
'com.github.crabs-hue.commons:commons-xml:jar:0.0.3'
<dependency org="com.github.crabs-hue.commons" name="commons-xml" rev="0.0.3">
<artifact name="commons-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crabs-hue.commons', module='commons-xml', version='0.0.3')
)
libraryDependencies += "com.github.crabs-hue.commons" % "commons-xml" % "0.0.3"
[com.github.crabs-hue.commons/commons-xml "0.0.3"]