MVN

cn.godmao : json

Maven & Gradle

Aug 21, 2023

json · _json_

<dependency>
    <groupId>cn.godmao</groupId>
    <artifactId>json</artifactId>
    <version>2.3.4.2.Beat</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.godmao : json to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.4.2.Beat

All Versions

Choose a version of cn.godmao : json to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
json-2.3.4.2.Beat
json-2.3.4.1.Beat
json-2.3.4.Beat
json-2.3.3.1.Beat
json-2.3.3.Beat
json-2.3.2.8.Beat
json-2.3.2.7.Beat
json-2.3.2.6.Beat
json-2.3.2.5.Beat
json-2.3.2.4.Beat
json-2.3.2.3.Beat
json-2.3.2.2.Beat
json-2.3.2.1.Beat
json-2.3.2.Beat
json-2.3.1.3
json-2.3.1.2
json-2.3.1.1
json-2.3.1
json-2.3.0
2.2.x
json-2.2.27
json-2.2.26
json-2.2.25
json-2.2.24
json-2.2.23
json-2.2.22
json-2.2.21
json-2.2.20
json-2.2.12
json-2.2.11
json-2.2.9
json-2.2.8.3
json-2.2.8.2
json-2.2.8.1
json-2.2.8
json-2.2.7
json-2.2.6
json-2.2.5
json-2.2.4
json-2.2.3.1
json-2.2.3
json-2.2.2
2.0.x
json-2.0.0
1.1.x
json-1.1.5.Beat
json-1.1.4.3
json-1.1.4.2
json-1.1.4.1
json-1.1.4
json-1.1.3
json-1.1.2
json-1.1.1
1.0.x
json-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.godmao</groupId>
    <artifactId>json</artifactId>
    <version>2.3.4.2.Beat</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.godmao : json gradle dependency to your build.gradle file:

implementation 'cn.godmao:json:2.3.4.2.Beat'

Gradle Kotlin DSL: Add the following cn.godmao : json gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.godmao:json:2.3.4.2.Beat")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.godmao : json sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.godmao" % "json" % "2.3.4.2.Beat"

Advertisement