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


