MVN

com.taobao.arthas : fastjson

Maven & Gradle

Apr 18, 2022
25.6k stars

fastjson · Fastjson is a JSON processor (JSON parser + JSON generator) written in Java

<dependency>
    <groupId>com.taobao.arthas</groupId>
    <artifactId>fastjson</artifactId>
    <version>1.2.80-fix</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.taobao.arthas : fastjson to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.80-fix

All Versions

Choose a version of com.taobao.arthas : fastjson to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
fastjson-1.2.80-fix

How to add a dependency to Maven

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

<dependency>
    <groupId>com.taobao.arthas</groupId>
    <artifactId>fastjson</artifactId>
    <version>1.2.80-fix</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.taobao.arthas : fastjson gradle dependency to your build.gradle file:

implementation 'com.taobao.arthas:fastjson:1.2.80-fix'

Gradle Kotlin DSL: Add the following com.taobao.arthas : fastjson gradle kotlin dependency to your build.gradle.kts file:

implementation("com.taobao.arthas:fastjson:1.2.80-fix")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.taobao.arthas : fastjson sbt scala dependency to your build.sbt file:

libraryDependencies += "com.taobao.arthas" % "fastjson" % "1.2.80-fix"

Advertisement