Maven Coordinates

Apache Maven

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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