project-urin / urin

Urin is a free, open source URI generator and parser written in Java
https://urin.sourceforge.net
Apache License 2.0
0 stars 0 forks source link
java rfc-3986 uri url

Urin

CI Maven Central Version

Urin is a free, open source URI generator and parser written in Java.

Urin is written to make the dynamic generation of correct URIs easier than with Java's built-in URI and URL classes, and to provide support for the current URI standard, RFC 3986. Urin has no dependencies. It's licensed under the Apache 2 License.

Download

Urin is published on Maven Central.

Documentation

See https://urin.sourceforge.net/

Build

Requires a JDK ≥ 11 on the path.

./gradlew build