MVN

com.github.fangjinuo.easyjson : simplejson-to-easyjson

Maven & Gradle

Sep 09, 2022
109 stars

Adapter com.googlecode.json-simple:json-simple:jar to easyjson

<dependency>
    <groupId>com.github.fangjinuo.easyjson</groupId>
    <artifactId>simplejson-to-easyjson</artifactId>
    <version>3.2.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.fangjinuo.easyjson : simplejson-to-easyjson to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.26
  • Latest Alpha: 2.0.alpha4.0

All Versions

Choose a version of com.github.fangjinuo.easyjson : simplejson-to-easyjson to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
simplejson-to-easyjson-3.2.26
simplejson-to-easyjson-3.2.25
simplejson-to-easyjson-3.2.24
simplejson-to-easyjson-3.2.23
simplejson-to-easyjson-3.2.22
simplejson-to-easyjson-3.2.21
simplejson-to-easyjson-3.2.20
simplejson-to-easyjson-3.2.19
simplejson-to-easyjson-3.2.18
simplejson-to-easyjson-3.2.17
simplejson-to-easyjson-3.2.16
simplejson-to-easyjson-3.2.15
simplejson-to-easyjson-3.2.14
simplejson-to-easyjson-3.2.13
simplejson-to-easyjson-3.2.12
simplejson-to-easyjson-3.2.11
simplejson-to-easyjson-3.2.10
simplejson-to-easyjson-3.2.9
simplejson-to-easyjson-3.2.8
simplejson-to-easyjson-3.2.7
simplejson-to-easyjson-3.2.5
simplejson-to-easyjson-3.2.4
simplejson-to-easyjson-3.2.3
simplejson-to-easyjson-3.2.2
simplejson-to-easyjson-3.2.1
simplejson-to-easyjson-3.2.0
3.1.x
simplejson-to-easyjson-3.1.8
simplejson-to-easyjson-3.1.7
simplejson-to-easyjson-3.1.6
simplejson-to-easyjson-3.1.5
simplejson-to-easyjson-3.1.5-snapshot
simplejson-to-easyjson-3.1.4
simplejson-to-easyjson-3.1.3
simplejson-to-easyjson-3.1.2
simplejson-to-easyjson-3.1.1
simplejson-to-easyjson-3.1.0
3.0.x
simplejson-to-easyjson-3.0.4
simplejson-to-easyjson-3.0.3
simplejson-to-easyjson-3.0.2
simplejson-to-easyjson-3.0.1
simplejson-to-easyjson-3.0.0
2.4.x
simplejson-to-easyjson-2.4.0
2.3.x
simplejson-to-easyjson-2.3.0
2.2.x
simplejson-to-easyjson-2.2.1
simplejson-to-easyjson-2.2.0
2.1.x
simplejson-to-easyjson-2.1.0
2.0.x
simplejson-to-easyjson-2.0.5
simplejson-to-easyjson-2.0.alpha4.0
simplejson-to-easyjson-2.0.alpha3.0
simplejson-to-easyjson-2.0.alpha2.0
simplejson-to-easyjson-2.0.alpha1.0
1.0.x
simplejson-to-easyjson-1.0.1
simplejson-to-easyjson-1.0.0

How to add a dependency to Maven

Add the following com.github.fangjinuo.easyjson : simplejson-to-easyjson maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.fangjinuo.easyjson</groupId>
    <artifactId>simplejson-to-easyjson</artifactId>
    <version>3.2.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.fangjinuo.easyjson : simplejson-to-easyjson gradle dependency to your build.gradle file:

implementation 'com.github.fangjinuo.easyjson:simplejson-to-easyjson:3.2.26'

Gradle Kotlin DSL: Add the following com.github.fangjinuo.easyjson : simplejson-to-easyjson gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.fangjinuo.easyjson:simplejson-to-easyjson:3.2.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.fangjinuo.easyjson : simplejson-to-easyjson sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.fangjinuo.easyjson" % "simplejson-to-easyjson" % "3.2.26"