MVN

io.github.amayaframework : gson-impl

Maven & Gradle

Mar 04, 2022
0 stars

gson-impl · An add-on over the core that allows you to work with the request and response body as with json elements. Implemented using gson.

<dependency>
    <groupId>io.github.amayaframework</groupId>
    <artifactId>gson-impl</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.amayaframework : gson-impl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of io.github.amayaframework : gson-impl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
gson-impl-3.0.0
2.4.x
gson-impl-2.4.1
gson-impl-2.4.0
2.3.x
gson-impl-2.3.0
2.2.x
gson-impl-2.2.1
gson-impl-2.2.0
2.1.x
gson-impl-2.1.1
gson-impl-2.1.0
2.0.x
gson-impl-2.0.0
1.0.x
gson-impl-1.0.7
gson-impl-1.0.6
gson-impl-1.0.5
gson-impl-1.0.4
gson-impl-1.0.3
gson-impl-1.0.2
gson-impl-1.0.1
gson-impl-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.amayaframework</groupId>
    <artifactId>gson-impl</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.amayaframework : gson-impl gradle dependency to your build.gradle file:

implementation 'io.github.amayaframework:gson-impl:3.0.0'

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

implementation("io.github.amayaframework:gson-impl:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.amayaframework : gson-impl sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.amayaframework" % "gson-impl" % "3.0.0"

Advertisement