License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.sevenzipjbinding |
ArtifactId | ArtifactIdsevenzipjbinding |
Last Version | Last Version16.02-2.01 |
Release Date | Release Date |
Type | Typejar |
Description |
Description7-Zip-JBinding
7-Zip-JBinding is a free cross-platform java binding of 7-Zip free compress/decompress library
(http://www.7-zip.org/, http://p7zip.sourceforge.net/)
|
Project URL |
Project URL |
Filename | Size |
---|---|
sevenzipjbinding-16.02-2.01.pom | |
sevenzipjbinding-16.02-2.01.jar | 71 KB |
sevenzipjbinding-16.02-2.01-sources.jar | 81 KB |
sevenzipjbinding-16.02-2.01-javadoc.jar | 275 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.sevenzipjbinding/sevenzipjbinding/ -->
<dependency>
<groupId>net.sf.sevenzipjbinding</groupId>
<artifactId>sevenzipjbinding</artifactId>
<version>16.02-2.01</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.sevenzipjbinding/sevenzipjbinding/
implementation 'net.sf.sevenzipjbinding:sevenzipjbinding:16.02-2.01'
// https://jarcasting.com/artifacts/net.sf.sevenzipjbinding/sevenzipjbinding/
implementation ("net.sf.sevenzipjbinding:sevenzipjbinding:16.02-2.01")
'net.sf.sevenzipjbinding:sevenzipjbinding:jar:16.02-2.01'
<dependency org="net.sf.sevenzipjbinding" name="sevenzipjbinding" rev="16.02-2.01">
<artifact name="sevenzipjbinding" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.sevenzipjbinding', module='sevenzipjbinding', version='16.02-2.01')
)
libraryDependencies += "net.sf.sevenzipjbinding" % "sevenzipjbinding" % "16.02-2.01"
[net.sf.sevenzipjbinding/sevenzipjbinding "16.02-2.01"]