g

gowk-7z

Java calls 7z to achieve compression and decompression, supports win and linux, and supports multiple options
https://gitee.com/gowk/gowk-7z
The Apache Software License, Version 2.0
gowk
Files download
File Operation
gowk-7z-1.0.1.jar download
gowk-7z-1.0.1.pom download
gowk-7z-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.gowk</groupId>
  <artifactId>gowk-7z</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.gowk:gowk-7z:1.0.1'
Gradle Kotlin
implementation("org.gowk:gowk-7z:1.0.1")
Scala SBT
libraryDependencies += "org.gowk" % "gowk-7z" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.gowk', module='gowk-7z', version='1.0.1')
)
Apache Ivy
<dependency org="org.gowk" name="gowk-7z" rev="1.0.1" />
Leiningen
[org.gowk/gowk-7z "1.0.1"]
Apache Buildr
'org.gowk:gowk-7z:jar:1.0.1'
Dependencies
The project has no third-party dependencies