URIUtility Library

A portable library for .NET for processing URIs (uniform resource identifiers) and IRIs (internationalized resource identifiers).

Лицензия

Лицензия

Категории

Категории

Utility Универсальные библиотеки
Группа

Группа

com.github.peteroupc
Идентификатор

Идентификатор

uriutility
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

URIUtility Library
A portable library for .NET for processing URIs (uniform resource identifiers) and IRIs (internationalized resource identifiers).
Ссылка на сайт

Ссылка на сайт

https://github.com/peteroupc/URIUtility
Система контроля версий

Система контроля версий

https://github.com/peteroupc/URIUtility

Скачать uriutility

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.peteroupc/uriutility/ -->
<dependency>
    <groupId>com.github.peteroupc</groupId>
    <artifactId>uriutility</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.peteroupc/uriutility/
implementation 'com.github.peteroupc:uriutility:1.0.1'
// https://jarcasting.com/artifacts/com.github.peteroupc/uriutility/
implementation ("com.github.peteroupc:uriutility:1.0.1")
'com.github.peteroupc:uriutility:jar:1.0.1'
<dependency org="com.github.peteroupc" name="uriutility" rev="1.0.1">
  <artifact name="uriutility" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.peteroupc', module='uriutility', version='1.0.1')
)
libraryDependencies += "com.github.peteroupc" % "uriutility" % "1.0.1"
[com.github.peteroupc/uriutility "1.0.1"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13-beta-3

Модули Проекта

Данный проект не имеет модулей.

URIUtility

NuGet Status Maven Central

Download source code: ZIP file

If you like this software, consider donating to me at this link: http://peteroupc.github.io/


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. http://creativecommons.org/publicdomain/zero/1.0/

If you like this, you should donate to Peter O. at: http://peteroupc.github.io/

Версии библиотеки

Версия
1.0.1
1.0.0