From ad89c01aaf9b3dcb0e57f77f075e293511b6a19a Mon Sep 17 00:00:00 2001 From: Lars Marius Garshol Date: Wed, 13 Jun 2018 10:32:44 +0200 Subject: [PATCH] Update README to reflect Maven Central availability --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d71f3711..4ead4122 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,15 @@ more queries. ## Using the library -To include JSLT in your project, depend on *coming* +To include JSLT in your project, depend on: + +``` + + com.schibsted.spt.data + jslt + 0.0.17.201806130856.3f09ff5 + +``` JSLT depends on Jackson. @@ -81,7 +89,8 @@ Expression jslt = Parser.compileString(transform); JsonNode output = jslt.apply(input); ``` -For more alternatives, see the javadoc. *coming* +For more alternatives, see [the +javadoc](http://javadoc.io/doc/com.schibsted.spt.data/jslt). ## Command-line