org.jsonurl:jsonurl-core

This is the JSON->URL core library. It implements a parser, as defined by the spec, with support for type parameters. Implementations for specific APIs (e.g. JSR-374) leverage this and simply supply their own types. You likely wont depend on this directly unless you're implementing JSON->URL with a new interface/library/framework.

Лицензия

Лицензия

Категории

Категории

JSON Данные
Группа

Группа

org.jsonurl
Идентификатор

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

jsonurl-core
Последняя версия

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

2.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

org.jsonurl:jsonurl-core
This is the JSON->URL core library. It implements a parser, as defined by the spec, with support for type parameters. Implementations for specific APIs (e.g. JSR-374) leverage this and simply supply their own types. You likely wont depend on this directly unless you're implementing JSON->URL with a new interface/library/framework.
Ссылка на сайт

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

https://www.jsonurl.org
Организация-разработчик

Организация-разработчик

jsonurl.org

Скачать jsonurl-core

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

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

Зависимости

test (1)

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

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

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

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

Версия
2.0.2
2.0.1
2.0.0
1.2.0
1.1.0
1.0.0