MVN

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

Maven & Gradle

Apr 25, 2023
109 stars

io.github.bes2008.solution.easyjson:jsonsmart-to-easyjson:4.1.2 · Adapter net.minidev:json-smart:jar to easyjson

<dependency>
    <groupId>io.github.bes2008.solution.easyjson</groupId>
    <artifactId>jsonsmart-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 : jsonsmart-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 : jsonsmart-to-easyjson to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

Add the following io.github.bes2008.solution.easyjson : jsonsmart-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>jsonsmart-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 : jsonsmart-to-easyjson gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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