Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.hazendaz.7zip</groupId>
  <artifactId>7zip</artifactId>
  <version>23.01</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="com.github.hazendaz.7zip" name="7zip" rev="23.01">
  <artifact name="7zip" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.hazendaz.7zip', module='7zip', version='23.01')
)

Gradle/Grails

compile 'com.github.hazendaz.7zip:7zip:23.01'

Scala SBT

libraryDependencies += "com.github.hazendaz.7zip" % "7zip" % "23.01"

Leiningen

[com.github.hazendaz.7zip/7zip "23.01"]