OSDN Git Service

chore: update build.gradle
[dictzip-java/dictzip-java.git] / README.md
1 # dictzip
2
3 DictZip, GZip random access compression format(.dz), access library for Java
4
5 [![Build Status](https://travis-ci.org/dictzip/dictzip-java.svg?branch=master)](https://travis-ci.org/dictzip/dictzip-java)
6
7
8 ## Usage
9
10
11 dictzip library is published on MavenCentral. When you use with gradle build system,
12 just add a dependency.
13
14 ```
15 dependencies {
16     implementation 'io.github.dictzip:dictzip:0.11.1'
17 }
18 ```
19
20 ## Contribution
21
22 As usual of other projects hosted on GitHub, DictZip for java also welcome
23 forking source and send modification as a Pull Request.
24 It is recommended to post an issue before sending a patch.
25
26 ## Mirror
27
28 Dictzip-java is mirrored to https://gitlab.com/dictzip/dictzip-java periodically and automatically.
29 Please raise issues and merge-request on main project site https://github.com/dictzip/dictzip-java
30
31 ## Copyright
32
33 - Copyright (C) 2001-2004 Ho Ngoc Duc
34 - Copyright (C) 2016-2022 Hiroshi Miura
35
36 Some part are come from a part of jdictd 1.5 on java.
37
38 ## License
39
40 Please see COPYING.