java-arithcode
A Java implementation of arithmetic coding and PPM compression.
| License |
License |
|---|---|
| GroupId | GroupIdorg.openrefine.dependencies |
| ArtifactId | ArtifactIdarithcode |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionArithcode
A Java implementation of arithmetic coding and PPM compression.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| arithcode-1.2.pom | |
| arithcode-1.2.jar | 30 KB |
| arithcode-1.2-sources.jar | 36 KB |
| arithcode-1.2-javadoc.jar | 480 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openrefine.dependencies/arithcode/ -->
<dependency>
<groupId>org.openrefine.dependencies</groupId>
<artifactId>arithcode</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.openrefine.dependencies/arithcode/
implementation 'org.openrefine.dependencies:arithcode:1.2'
// https://jarcasting.com/artifacts/org.openrefine.dependencies/arithcode/
implementation ("org.openrefine.dependencies:arithcode:1.2")
'org.openrefine.dependencies:arithcode:jar:1.2'
<dependency org="org.openrefine.dependencies" name="arithcode" rev="1.2">
<artifact name="arithcode" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openrefine.dependencies', module='arithcode', version='1.2')
)
libraryDependencies += "org.openrefine.dependencies" % "arithcode" % "1.2"
[org.openrefine.dependencies/arithcode "1.2"]
A Java implementation of arithmetic coding and PPM compression.