Files download
File Operation
org.tukaani.xz-0.3.jar download
org.tukaani.xz-0.3.pom download
org.tukaani.xz-0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.veithen.cosmos.bootstrap</groupId>
  <artifactId>org.tukaani.xz</artifactId>
  <version>0.3</version>
  <type>imported-bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.veithen.cosmos.bootstrap:org.tukaani.xz:0.3'
Gradle Kotlin
implementation("com.github.veithen.cosmos.bootstrap:org.tukaani.xz:0.3")
Scala SBT
libraryDependencies += "com.github.veithen.cosmos.bootstrap" % "org.tukaani.xz" % "0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.veithen.cosmos.bootstrap', module='org.tukaani.xz', version='0.3')
)
Apache Ivy
<dependency org="com.github.veithen.cosmos.bootstrap" name="org.tukaani.xz" rev="0.3" />
Leiningen
[com.github.veithen.cosmos.bootstrap/org.tukaani.xz "0.3"]
Apache Buildr
'com.github.veithen.cosmos.bootstrap:org.tukaani.xz:jar:0.3'