MVN

edu.byu.hbll : json

Maven & Gradle

Mar 30, 2022
8 usages

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.

<dependency>
    <groupId>edu.byu.hbll</groupId>
    <artifactId>json</artifactId>
    <version>1.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.byu.hbll : json to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.2

All Versions

Choose a version of edu.byu.hbll : json to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
json-1.4.2
json-1.4.1
json-1.4.0
1.3.x
json-1.3.0
1.2.x
json-1.2.0

How to add a dependency to Maven

Add the following edu.byu.hbll : json maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.byu.hbll</groupId>
    <artifactId>json</artifactId>
    <version>1.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.byu.hbll : json gradle dependency to your build.gradle file:

implementation 'edu.byu.hbll:json:1.4.2'

Gradle Kotlin DSL: Add the following edu.byu.hbll : json gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.byu.hbll:json:1.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.byu.hbll : json sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.byu.hbll" % "json" % "1.4.2"

Advertisement

Dependencies from Group

Mar 28, 2022
10 usages
Mar 30, 2022
8 usages
Aug 17, 2017
6 usages
xml
Mar 31, 2022
4 usages
Jan 11, 2018
3 usages

Discover Dependencies

Sep 29, 2020
13 usages
157 stars
Nov 14, 2020
8 usages
6 stars
Aug 14, 2023
4 usages
15 stars
May 23, 2023
16 usages
7 stars
Jan 10, 2014
4 usages
91 stars