project-urin / urin

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

Home Page:https://urin.sourceforge.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://urin.sourceforge.net

License:Apache License 2.0


Languages

Language:Java 87.8%Language:Kotlin 12.2%