|
| 1 | +[![License LGPLv3][LGPLv3 badge]][LGPLv3] |
| 2 | +[![License ASL 2.0][ASL 2.0 badge]][ASL 2.0] |
| 3 | +[![Build Status][Travis badge]][Travis] |
| 4 | +[![Maven Central][Maven Central badge]][Maven] |
| 5 | + |
1 | 6 | ## Read me first |
2 | 7 |
|
3 | 8 | This project, as of version 0.8, is licensed under both LGPLv3 and ASL 2.0. See |
@@ -27,15 +32,15 @@ Gradle: |
27 | 32 |
|
28 | 33 | ```groovy |
29 | 34 | dependencies { |
30 | | - compile(group: "com.github.fge", name: "uri-template", version: "yourVersionHere"); |
| 35 | + compile(group: "com.github.java-json-tools", name: "uri-template", version: "yourVersionHere"); |
31 | 36 | }; |
32 | 37 | ``` |
33 | 38 |
|
34 | 39 | Maven: |
35 | 40 |
|
36 | 41 | ```xml |
37 | 42 | <dependency> |
38 | | - <groupId>com.github.fge</groupId> |
| 43 | + <groupId>com.github.java-json-tools</groupId> |
39 | 44 | <artifactId>uri-template</artifactId> |
40 | 45 | <version>yourVersionHere</version> |
41 | 46 | </dependency> |
@@ -133,3 +138,11 @@ More generally, if you have to generate a lot of URIs (or URLs, since URLs are U |
133 | 138 | sample "place holders" for values and don't want to be bothered with encoding problems etc, this is |
134 | 139 | the library for you. |
135 | 140 |
|
| 141 | +[LGPLv3 badge]: https://img.shields.io/:license-LGPLv3-blue.svg |
| 142 | +[LGPLv3]: http://www.gnu.org/licenses/lgpl-3.0.html |
| 143 | +[ASL 2.0 badge]: https://img.shields.io/:license-Apache%202.0-blue.svg |
| 144 | +[ASL 2.0]: http://www.apache.org/licenses/LICENSE-2.0.html |
| 145 | +[Travis Badge]: https://api.travis-ci.org/java-json-tools/uri-template.svg?branch=master |
| 146 | +[Travis]: https://travis-ci.org/java-json-tools/uri-template |
| 147 | +[Maven Central badge]: https://img.shields.io/maven-central/v/com.github.java-json-tools/uri-template.svg |
| 148 | +[Maven]: https://search.maven.org/artifact/com.github.java-json-tools/uri-template |
0 commit comments