JSON Library

Various JSON helper classes and utilities based on Jackson. This also provides as compile dependencies the Jackson annotations, core, databind, datatype-jdk8, module-jaxb-annotations, and datatype-jsr310 modules along with snakeyaml. Therefore you only need to declare this library as a dependency in order to include those other dependencies.

Лицензия

Лицензия

Категории

Категории

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

Группа

edu.byu.hbll
Идентификатор

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

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

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

1.4.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

JSON Library
Various JSON helper classes and utilities based on Jackson. This also provides as compile dependencies the Jackson annotations, core, databind, datatype-jdk8, module-jaxb-annotations, and datatype-jsr310 modules along with snakeyaml. Therefore you only need to declare this library as a dependency in order to include those other dependencies.
Ссылка на сайт

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

https://gitlab.com/byuhbll/lib/java/json
Система контроля версий

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

https://gitlab.com/byuhbll/lib/java/json

Скачать json

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

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

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
com.fasterxml.jackson.core : jackson-annotations jar
com.fasterxml.jackson.core : jackson-core jar
com.fasterxml.jackson.core : jackson-databind jar
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 jar
com.fasterxml.jackson.module : jackson-module-jaxb-annotations jar
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar
org.yaml : snakeyaml jar 1.30

provided (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.22

test (7)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-engine jar
org.junit.jupiter : junit-jupiter-params jar
org.mockito : mockito-junit-jupiter jar
org.mockito : mockito-core jar
org.testcontainers : junit-jupiter jar
io.specto : hoverfly-java-junit5 jar 0.14.1
edu.byu.hbll.witness : witness-core jar

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

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

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

Версия
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0