• R/O
  • HTTP
  • SSH
  • HTTPS

dictzip-java: Dateibaum


Name Größe Rev. Zeit Autor Log Message
LICENSES
config
dictzip-cli
dictzip-lib
gradle
northside-io
.gitignore 148 5f828ef 2022-01-18 22:30:07 Hiroshi Miura Exclude intellij output folder Signe...
.woodpecker.yml 273 2047320 2023-10-09 08:45:38 Hiroshi Miura chore: enable ci.codeberg.org check ...
CHANGELOG.md 8.01 k be2579f 2023-10-09 11:46:13 Hiroshi Miura Release v0.14.1 Signed-off-by: Hiros...
COPYING 613 b4c50dc 2022-05-04 12:55:17 Hiroshi Miura Update license notifications - Use S...
README.md 1014 b4c50dc 2022-05-04 12:55:17 Hiroshi Miura Update license notifications - Use S...
azure-pipelines.yml 750 1e12fe7 2022-07-11 00:31:22 Hiroshi Miura migrate to azure-pipelines
build.gradle 881 b394d77 2023-10-09 11:31:19 Hiroshi Miura chore: fix publish configuration Sig...
gradle.properties 458 5cae9e5 2023-10-09 10:58:10 Hiroshi Miura Release v0.14.0 Signed-off-by: Hiros...
gradlew 8.44 k a04808d 2023-10-08 17:27:01 Hiroshi Miura chore: Bump gradle@8.3 Signed-off-by...
gradlew.bat 2.71 k 332b7c4 2023-08-10 07:03:55 Hiroshi Miura chore: bump gradle@8.2.1 Signed-off-...
settings.gradle 82 341ba34 2022-01-18 15:36:01 Hiroshi Miura Reorganize code structures - Add tes...

README.md

dictzip

DictZip, GZip random access compression format(.dz), access library for Java

Build Status

Usage

dictzip library is published on MavenCentral. When you use with gradle build system, just add a dependency.

dependencies {
    implementation 'io.github.dictzip:dictzip:0.11.1'
}

Contribution

As usual of other projects hosted on GitHub, DictZip for java also welcome forking source and send modification as a Pull Request. It is recommended to post an issue before sending a patch.

Mirror

Dictzip-java is mirrored to https://gitlab.com/dictzip/dictzip-java periodically and automatically. Please raise issues and merge-request on main project site https://github.com/dictzip/dictzip-java

Copyright

  • Copyright (C) 2001-2004 Ho Ngoc Duc
  • Copyright (C) 2016-2022 Hiroshi Miura

Some part are come from a part of jdictd 1.5 on java.

License

Please see COPYING.

Show on old repository browser