License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdedu.byu.hbll |
ArtifactId | ArtifactIdjson |
Last Version | Last Version1.4.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSON 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-1.4.2.pom | |
json-1.4.2.jar | 13 KB |
json-1.4.2-sources.jar | 10 KB |
json-1.4.2-javadoc.jar | 427 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
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 |