MVN

coop.intergal : UtilJSON

Maven & Gradle

Aug 19, 2023

UtilJSON

<dependency>
    <groupId>coop.intergal</groupId>
    <artifactId>UtilJSON</artifactId>
    <version>4.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of coop.intergal : UtilJSON to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.7

All Versions

Choose a version of coop.intergal : UtilJSON to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.7
UtilJSON-4.7
4.6
UtilJSON-4.6
4.5
UtilJSON-4.5
4.4
UtilJSON-4.4
4.3
UtilJSON-4.3
4.2
UtilJSON-4.2
4.1
UtilJSON-4.1
4.0
UtilJSON-4.0
3.6
UtilJSON-3.6
3.5
UtilJSON-3.5
3.4
UtilJSON-3.4
3.3
UtilJSON-3.3
3.2
UtilJSON-3.2
3.1
UtilJSON-3.1
3.0
UtilJSON-3.0
2.9
UtilJSON-2.9
2.8
UtilJSON-2.8
2.7
UtilJSON-2.7
2.6
UtilJSON-2.6
2.5
UtilJSON-2.5
2.4
UtilJSON-2.4
2.3
UtilJSON-2.3
2.2
UtilJSON-2.2
2.1
UtilJSON-2.1
2.0
UtilJSON-2.0
1.9
UtilJSON-1.9
1.8
UtilJSON-1.8
1.7
UtilJSON-1.7
1.6
UtilJSON-1.6
1.5
UtilJSON-1.5
1.4
UtilJSON-1.4
1.3
UtilJSON-1.3
1.2
UtilJSON-1.2
1.1.x
UtilJSON-1.1.2
1.1
UtilJSON-1.1
1.0
UtilJSON-1.0

How to add a dependency to Maven

Add the following coop.intergal : UtilJSON maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>coop.intergal</groupId>
    <artifactId>UtilJSON</artifactId>
    <version>4.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following coop.intergal : UtilJSON gradle dependency to your build.gradle file:

implementation 'coop.intergal:UtilJSON:4.7'

Gradle Kotlin DSL: Add the following coop.intergal : UtilJSON gradle kotlin dependency to your build.gradle.kts file:

implementation("coop.intergal:UtilJSON:4.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following coop.intergal : UtilJSON sbt scala dependency to your build.sbt file:

libraryDependencies += "coop.intergal" % "UtilJSON" % "4.7"

Advertisement