Skip to content

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

License

Notifications You must be signed in to change notification settings

project-urin/urin

Repository files navigation

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