io.github.robertograham:encodeuricomponent

Java implementation of ECMAScript 2015 encodeUriComponent

Лицензия

Лицензия

Группа

Группа

io.github.robertograham
Идентификатор

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

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

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

io.github.robertograham:encodeuricomponent
Java implementation of ECMAScript 2015 encodeUriComponent
Ссылка на сайт

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

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

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

https://github.com/RobertoGraham/encodeuricomponent/tree/master

Скачать encodeuricomponent

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

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-engine jar 5.1.1

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

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

Maven Central

encodeuricomponent

Java implementation of ECMAScript 2015 encodeUriComponent

Install

<dependency>
    <groupId>io.github.robertograham</groupId>
    <artifactId>encodeuricomponent</artifactId>
    <version>1.0.0</version>
</dependency>

Usage

The following will print %23this%20is%20a%20test

import io.github.robertograham.encodeuricomponent.encoder.Encoder;

import java.net.URISyntaxException;

public class Example {

    public static void main(String[] args) throws URISyntaxException {
        System.out.println(Encoder.encodeUriComponent("#this is a test"));
    }
}

Tests

The project is covered by 20 JUnit 5 DynamicTests. Pull requests for additional DynamicTests are welcome!

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

Версия
1.0.0