X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=README.md;h=3c64afbd388cb5ece2750a5ddafb4cad9395d1e1;hb=c8dafc63de08293d303d890695e2a8ed5c5e10e2;hp=a5f5787b6c11918ff393d12b35735e55db3f383c;hpb=7aa547c5e9fb614cdcb72421f896d340846d602a;p=dictzip-java%2Fdictzip-java.git diff --git a/README.md b/README.md index a5f5787..3c64afb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # dictzip-java DictZip, GZip random access compression format(.dz), access library for Java +[_![Download](https://api.bintray.com/packages/dictzip/maven/dictzip-lib/images/download.svg) ](https://bintray.com/dictzip/maven/dictzip-lib/_latestVersion) + ## Usage Extract archive in directory. If you want to use just library, `dictzip-lib.jar` @@ -8,6 +10,15 @@ is an only file for you. CLI is also made for example of API usage and will be a good reference. Also there is a javadoc of DictZip at https://miurahr.github.io/dictzip-java +### from maven/gradle + +dictzip library is registered at JCenter repository. You can download +from JCenter specifying as follows: + +``` +org.dict.zip:dictzip-lib:0.8.2 +``` + ## Build DictZip for java uses Gradle for build system. You can build library and CLI @@ -20,7 +31,8 @@ $ gradle build You will find archive files at ``` -dictzip-cli/build/distributions/ +dictzip-cli/build/distributions/dictzip-.tgz +dictzip-cli/build/distributions/dictzip-.zip ``` ## Contribution @@ -35,15 +47,17 @@ It is recommended to post an issue before sending a patch. DictZip library does not depend on any project without Java standard libraries. DictZip CLI utility depends on some libraries. +It depends on JFrog bintray JCenter repository. ### Runtime depenency - java-getopts library(GPLv2+) -- Apache commons codec library(Apache2) ### Test dependency - TestNG framework(Apache2) +- Northside IO library(Apache2) + ## Copyrights and License @@ -56,7 +70,7 @@ Copyright (C) 2016 Hiroshi Miura Some part of this program are come from a part of jdictd 1.5 on java. DictZip command line utility is distributed under the terms of GNU General -Public License Version 3 or (at your option) any later version. +Public License Version 2 or (at your option) any later version. DictZip library is distributed under the terms of the GNU General Public License Version 2 or (at your option) any later version with the following clarification