json-base

A set of Java interfaces which decouples JSON implementations such as Jackson and Gson...

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

json-base
Последняя версия

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

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

json-base
A set of Java interfaces which decouples JSON implementations such as Jackson and Gson...
Ссылка на сайт

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

https://github.com/wnameless/json-base

Скачать json-base

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

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

Зависимости

provided (2)

Идентификатор библиотеки Тип Версия
com.fasterxml.jackson.core : jackson-databind jar 2.12.0
com.google.code.gson : gson jar 2.8.6

test (2)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter jar 5.7.0
com.google.guava : guava-testlib jar 30.0-jre

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

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

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

Версия
2.0.0
1.2.0
1.1.1
1.1.0
1.0.0