GroupId | GroupIdio.github.jmcleodfoss |
---|---|
ArtifactId | ArtifactIdxml |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
xml-1.1.1.pom | |
xml-1.1.1.jar | 9 KB |
xml-1.1.1-sources.jar | 6 KB |
xml-1.1.1-javadoc.jar | 390 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jmcleodfoss/xml/ -->
<dependency>
<groupId>io.github.jmcleodfoss</groupId>
<artifactId>xml</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jmcleodfoss/xml/
implementation 'io.github.jmcleodfoss:xml:1.1.1'
// https://jarcasting.com/artifacts/io.github.jmcleodfoss/xml/
implementation ("io.github.jmcleodfoss:xml:1.1.1")
'io.github.jmcleodfoss:xml:jar:1.1.1'
<dependency org="io.github.jmcleodfoss" name="xml" rev="1.1.1">
<artifact name="xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jmcleodfoss', module='xml', version='1.1.1')
)
libraryDependencies += "io.github.jmcleodfoss" % "xml" % "1.1.1"
[io.github.jmcleodfoss/xml "1.1.1"]