Maven Coordinates
Apache Maven
<dependency> <groupId>com.github.hazendaz.7zip</groupId> <artifactId>7zip</artifactId> <version>26.00</version> <type>pom</type> </dependency>
Apache Ivy
<dependency org="com.github.hazendaz.7zip" name="7zip" rev="26.00"> <artifact name="7zip" type="pom" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.github.hazendaz.7zip', module='7zip', version='26.00') )
Gradle/Grails
implementation 'com.github.hazendaz.7zip:7zip:26.00'
Scala SBT
libraryDependencies += "com.github.hazendaz.7zip" % "7zip" % "26.00"
Leiningen
[com.github.hazendaz.7zip/7zip "26.00"]


