Last Version

JSON Library 1.4.2

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.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

edu.byu.hbll
ArtifactId

ArtifactId

json
Version

Version

1.4.2
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://gitlab.com/byuhbll/lib/java/json
Source Code Management

Source Code Management

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

Download json 1.4.2


<!-- 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"]

Dependencies

compile (7)

Group / Artifact Type Version
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)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22

test (7)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.