Files download
File Operation
xml-0.1.jar download
xml-0.1.pom download
xml-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>xyz.cofe</groupId>
  <artifactId>xml</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'xyz.cofe:xml:0.1'
Gradle Kotlin
implementation("xyz.cofe:xml:0.1")
Scala SBT
libraryDependencies += "xyz.cofe" % "xml" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='xyz.cofe', module='xml', version='0.1')
)
Apache Ivy
<dependency org="xyz.cofe" name="xml" rev="0.1" />
Leiningen
[xyz.cofe/xml "0.1"]
Apache Buildr
'xyz.cofe:xml:jar:0.1'