is not current version
Last Version 1.4.2

edu.byu.hbll:json 1.4.0

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.

Categories

Categories

JSON Data
GroupId

GroupId

edu.byu.hbll
ArtifactId

ArtifactId

json
Version

Version

1.4.0
Type

Type

jar

Download json 1.4.0


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