MVN

io.github.bes2008.solution.easyjson : gson-to-easyjson

Maven & Gradle

Apr 25, 2023
109 stars

io.github.bes2008.solution.easyjson:gson-to-easyjson:4.1.2 · Adapter gson to easyjson . the gson version : 2.8.6

<dependency>
    <groupId>io.github.bes2008.solution.easyjson</groupId>
    <artifactId>gson-to-easyjson</artifactId>
    <version>4.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.bes2008.solution.easyjson : gson-to-easyjson to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.2

All Versions

Choose a version of io.github.bes2008.solution.easyjson : gson-to-easyjson to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
gson-to-easyjson-4.1.2
gson-to-easyjson-4.1.1
gson-to-easyjson-4.1.0
4.0.x
gson-to-easyjson-4.0.9
gson-to-easyjson-4.0.8
gson-to-easyjson-4.0.7
gson-to-easyjson-4.0.6
gson-to-easyjson-4.0.5
gson-to-easyjson-4.0.4
gson-to-easyjson-4.0.3
gson-to-easyjson-4.0.2
gson-to-easyjson-4.0.1
gson-to-easyjson-4.0.0

How to add a dependency to Maven

Add the following io.github.bes2008.solution.easyjson : gson-to-easyjson maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.bes2008.solution.easyjson</groupId>
    <artifactId>gson-to-easyjson</artifactId>
    <version>4.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.bes2008.solution.easyjson : gson-to-easyjson gradle dependency to your build.gradle file:

implementation 'io.github.bes2008.solution.easyjson:gson-to-easyjson:4.1.2'

Gradle Kotlin DSL: Add the following io.github.bes2008.solution.easyjson : gson-to-easyjson gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.bes2008.solution.easyjson:gson-to-easyjson:4.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.bes2008.solution.easyjson : gson-to-easyjson sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.bes2008.solution.easyjson" % "gson-to-easyjson" % "4.1.2"