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