Skip to content

Commit

Permalink
Update README to reflect Maven Central availability
Browse files Browse the repository at this point in the history
  • Loading branch information
larsga committed Jun 13, 2018
1 parent 25e9745 commit ad89c01
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
<dependency>
<groupId>com.schibsted.spt.data</groupId>
<artifactId>jslt</artifactId>
<version>0.0.17.201806130856.3f09ff5</version>
</dependency>
```

JSLT depends on Jackson.

Expand All @@ -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

Expand Down

0 comments on commit ad89c01

Please sign in to comment.