From 5d615d88f01f6fd9a1fef7b00506d6c85f4a5442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rg=20Prante?= Date: Thu, 18 Aug 2016 21:24:09 +0200 Subject: [PATCH] add usage in README --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b525ed..98ea705 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,26 @@ system software. The reason to provide these character sets is to assist the public in migrating library data to Unicode, and UTF-8, respectively. -You can include this jar in the classpath, the Java CharsetProvider and +## Usage + +With Maven + + + org.xbib + bibliographic-character-sets + 1.0.0 + + +With Gradle + + configurations { + provided + } + dependencies { + provided 'org.xbib:bibliographic-character-sets:1.0.0' + } + +You can also include this jar in the classpath, the Java CharsetProvider and ServiceLoader API will then make the character sets available, e.g. by `Charset.forName(name)`