| License |
License |
|---|---|
| GroupId | GroupIdorg.itadaki |
| ArtifactId | ArtifactIdbzip2 |
| Last Version | Last Version0.9.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionItadaki jbzip2
jbzip2 is a Java bzip2 compression/decompression library. It can be used as a replacement for the Apache CBZip2InputStream / CBZip2OutputStream classes.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| bzip2-0.9.1.pom | |
| bzip2-0.9.1.jar | 48 KB |
| bzip2-0.9.1-sources.jar | 44 KB |
| bzip2-0.9.1-javadoc.jar | 90 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.itadaki/bzip2/ -->
<dependency>
<groupId>org.itadaki</groupId>
<artifactId>bzip2</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.itadaki/bzip2/
implementation 'org.itadaki:bzip2:0.9.1'
// https://jarcasting.com/artifacts/org.itadaki/bzip2/
implementation ("org.itadaki:bzip2:0.9.1")
'org.itadaki:bzip2:jar:0.9.1'
<dependency org="org.itadaki" name="bzip2" rev="0.9.1">
<artifact name="bzip2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.itadaki', module='bzip2', version='0.9.1')
)
libraryDependencies += "org.itadaki" % "bzip2" % "0.9.1"
[org.itadaki/bzip2 "0.9.1"]