MVN

de.gerdi-project : GSON

Maven & Gradle

Nov 25, 2019
1 usages

GSON · This library provides helper functions and common JSON structures using GSON.

<dependency>
    <groupId>de.gerdi-project</groupId>
    <artifactId>GSON</artifactId>
    <version>6.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.gerdi-project : GSON to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.6

All Versions

Choose a version of de.gerdi-project : GSON to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
GSON-6.0.6
GSON-6.0.5
GSON-6.0.4
GSON-6.0.3
GSON-6.0.2
GSON-6.0.1
GSON-6.0.0
5.2.x
GSON-5.2.5
GSON-5.2.2
4.3.x
GSON-4.3.0
4.2.x
GSON-4.2.3

How to add a dependency to Maven

Add the following de.gerdi-project : GSON maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.gerdi-project</groupId>
    <artifactId>GSON</artifactId>
    <version>6.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.gerdi-project : GSON gradle dependency to your build.gradle file:

implementation 'de.gerdi-project:GSON:6.0.6'

Gradle Kotlin DSL: Add the following de.gerdi-project : GSON gradle kotlin dependency to your build.gradle.kts file:

implementation("de.gerdi-project:GSON:6.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.gerdi-project : GSON sbt scala dependency to your build.sbt file:

libraryDependencies += "de.gerdi-project" % "GSON" % "6.0.6"

Advertisement