Skip to content

peteroupc/URIUtility

Repository files navigation

URIUtility

NuGet Status Maven Central

Download source code: ZIP file


How to Install

The C# implementation is available in the NuGet Package Gallery under the name PeterO.URIUtility. To install this library as a NuGet package, enter Install-Package PeterO.URIUtility in the NuGet Package Manager Console.

The Java implementation is available as an artifact in the Central Repository. To add this library to a Maven project, add the following to the dependencies section in your pom.xml file:

<dependency>
  <groupId>com.github.peteroupc</groupId>
  <artifactId>uriutility</artifactId>
  <version>1.0.1</version>
</dependency>

In other Java-based environments, the library can be referred to by its group ID (com.github.peteroupc), artifact ID (uriutility), and version, as given above.

Documentation

See the Java API documentation.

See the C# (.NET) API documentation.

Examples

None at the moment.

History

Version 1.0.0:

  • First release.

About

Written by Peter O.

Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also licensed under Creative Commons Zero (CC0): https://creativecommons.org/publicdomain/zero/1.0/

About

URIUtility class for .NET and Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published