miurahr/dictzip-java
1
3
Fork
You've already forked dictzip-java
1
DictZip, GZip random access compression format(.dz), access library for Java https://miurahr.codeberg.page/dictzip-java/
  • Java 94.8%
  • Roff 5.2%
Find a file
Hiroshi Miura 02e3feb2c6 chore: update Gradle wrapper script, toolchain configuration, and build settings
- Added SPDX license identifier to wrapper scripts.
- Improved error messaging for invalid JAVA_HOME in `gradlew.bat`.
- Adjusted classpath handling in wrapper scripts.
- Explicitly set Gradle wrapper version to 8.14.2.
- Removed `vendor` specification in toolchain configuration.
2026年05月30日 10:27:56 +09:00
.github/workflows chore(ci): add GitHub Actions workflow for build checks 2026年05月30日 10:18:51 +09:00
.woodpecker chore(ci): remove Woodpecker and Azure Pipelines configuration 2026年05月30日 10:27:37 +09:00
config/checkstyle chore: bump checktsyle@8.41.1 2023年10月08日 20:02:18 +09:00
dictzip-cli chore: update Gradle wrapper script, toolchain configuration, and build settings 2026年05月30日 10:27:56 +09:00
dictzip-lib chore: update Gradle wrapper script, toolchain configuration, and build settings 2026年05月30日 10:27:56 +09:00
gradle chore: update Gradle wrapper script, toolchain configuration, and build settings 2026年05月30日 10:27:56 +09:00
LICENSES Update license notifications 2022年05月04日 12:55:17 +09:00
northside-io chore: refactor I/O utilities and add nullability annotations 2026年05月29日 23:16:59 +09:00
.git-archival.properties chore: allow build from git export ( #59 ) 2023年11月07日 04:55:17 +00:00
.gitattributes chore: allow build from git export ( #59 ) 2023年11月07日 04:55:17 +00:00
.gitignore Exclude intellij output folder 2022年01月18日 22:30:07 +09:00
build.gradle chore: update Gradle wrapper script, toolchain configuration, and build settings 2026年05月30日 10:27:56 +09:00
CHANGELOG.md Release version 1.0.0 2024年05月14日 13:34:18 +09:00
COPYING Update license notifications 2022年05月04日 12:55:17 +09:00
gradle.properties style: increment year 2024年05月14日 13:30:46 +09:00
gradlew chore: update Gradle wrapper script, toolchain configuration, and build settings 2026年05月30日 10:27:56 +09:00
gradlew.bat chore: update Gradle wrapper script, toolchain configuration, and build settings 2026年05月30日 10:27:56 +09:00
README.md chore: replace org.jetbrains.annotations with org.jspecify and update Gradle configuration 2026年05月29日 23:12:34 +09:00
settings.gradle chore: replace org.jetbrains.annotations with org.jspecify and update Gradle configuration 2026年05月29日 23:12:34 +09:00

dictzip

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

Usage

A dictzip library is published on MavenCentral. When you use it with a Gradle build system, you can add a dependency like as follows.

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

Contribution

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

  • Copyright (C) 2001–2004 Ho Ngoc Duc
  • Copyright (C) 2016–2026 Hiroshi Miura

Some parts are coming from a part of jdictd 1.5 on java.

License

Please see COPYING.