Maven Coordinates

Apache Maven

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

implementation 'com.github.hazendaz.7zip:7zip:26.01'

Scala SBT

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

Leiningen

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