MVN

cn.benma666 : fastjson

Maven & Gradle

May 21, 2024
25.7k stars

fastjson · Fastjson is a JSON processor (JSON parser + JSON generator) written in Java, majinju定制版

<dependency>
    <groupId>cn.benma666</groupId>
    <artifactId>fastjson</artifactId>
    <version>1.2.83</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.benma666 : fastjson to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.83

All Versions

Choose a version of cn.benma666 : fastjson to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
fastjson-1.2.83

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.benma666</groupId>
    <artifactId>fastjson</artifactId>
    <version>1.2.83</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.benma666 : fastjson gradle dependency to your build.gradle file:

implementation 'cn.benma666:fastjson:1.2.83'

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

implementation("cn.benma666:fastjson:1.2.83")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.benma666 : fastjson sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.benma666" % "fastjson" % "1.2.83"

Advertisement