MVN

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

Maven & Gradle

Sep 09, 2022
109 stars

Adapter android json library to easyjson

<dependency>
    <groupId>com.github.fangjinuo.easyjson</groupId>
    <artifactId>androidjson-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 : androidjson-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 : androidjson-to-easyjson to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.fangjinuo.easyjson</groupId>
    <artifactId>androidjson-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 : androidjson-to-easyjson gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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