Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peteroupc/uriutility
URIUtility class for .NET and Java
https://github.com/peteroupc/uriutility
Last synced: 18 days ago
JSON representation
URIUtility class for .NET and Java
- Host: GitHub
- URL: https://github.com/peteroupc/uriutility
- Owner: peteroupc
- Created: 2019-09-10T23:25:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-13T02:17:15.000Z (over 3 years ago)
- Last Synced: 2024-12-04T21:02:56.171Z (24 days ago)
- Language: C#
- Size: 161 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
URIUtility
=======[![NuGet Status](http://img.shields.io/nuget/v/PeterO.URIUtility.svg?style=flat)](https://www.nuget.org/packages/PeterO.URIUtility)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.peteroupc/uriutility.svg?style=plastic)](https://search.maven.org/#search|ga|1|g%3A%22com.github.peteroupc%22%20AND%20a%3A%22uriutility%22)**Download source code: [ZIP file](https://github.com/peteroupc/MailLib/archive/master.zip)**
----
How to Install
---------
The C# implementation is available in the
NuGet Package Gallery under the name
[PeterO.URIUtility](https://www.nuget.org/packages/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](https://search.maven.org/#search|ga|1|g%3A%22com.github.peteroupc%22%20AND%20a%3A%22uriutility%22) in the Central Repository. To add this library to a Maven
project, add the following to the `dependencies` section in your `pom.xml` file:
com.github.peteroupc
uriutility
1.0.1
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](https://peteroupc.github.io/URIUtility/api/).**
**See the [C# (.NET) API documentation](https://peteroupc.github.io/URIUtility/docs/).**
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/](https://creativecommons.org/publicdomain/zero/1.0/)