MVN

com.undabot.izzy-json-api : gson-adapter

Maven & Gradle

May 25, 2021
9 stars
<dependency>
    <groupId>com.undabot.izzy-json-api</groupId>
    <artifactId>gson-adapter</artifactId>
    <version>0.4.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.undabot.izzy-json-api : gson-adapter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.6

All Versions

Choose a version of com.undabot.izzy-json-api : gson-adapter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
gson-adapter-0.4.6
gson-adapter-0.4.0

How to add a dependency to Maven

Add the following com.undabot.izzy-json-api : gson-adapter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.undabot.izzy-json-api</groupId>
    <artifactId>gson-adapter</artifactId>
    <version>0.4.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.undabot.izzy-json-api : gson-adapter gradle dependency to your build.gradle file:

implementation 'com.undabot.izzy-json-api:gson-adapter:0.4.6'

Gradle Kotlin DSL: Add the following com.undabot.izzy-json-api : gson-adapter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.undabot.izzy-json-api:gson-adapter:0.4.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.undabot.izzy-json-api : gson-adapter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.undabot.izzy-json-api" % "gson-adapter" % "0.4.6"

Advertisement