File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 66
77** Note the "L" in "LGPL". LGPL AND GPL ARE QUITE DIFFERENT!**
88
9-
10- Note: this project uses [ Gradle] ( http://www.gradle.org ) as a build system. See the ` BUILD.md ` file
11- for details.
12-
139## What this is
1410
1511This is a 100% Java implementation of IETF's [ RFC 6570] ( http://tools.ietf.org/html/rfc6570 ) (URI
@@ -22,16 +18,18 @@ is the wrong thing to do, see below.
2218
2319## Versions
2420
25- The current version is ** 0.8** . Javadoc [ here] ( http://fge.github.io/uri-template ) .
21+ The current version is ** 0.8** . Javadoc [ here] ( http://fge.github.io/uri-template ) . See the
22+ ` RELEASE-NOTES.md ` file in this package for a list of changes.
2623
2724## Gradle/Maven artifact
2825
2926Gradle:
3027
31- ```
28+ ``` groovy
3229dependencies {
3330 compile(group: "com.github.fge", name: "uri-template", version: "yourVersionHere");
3431};
32+ ```
3533
3634Maven:
3735
You can’t perform that action at this time.
0 commit comments