MVN

com.savoirtech.hecate : hecate-gson

Maven & Gradle

May 13, 2020
1 usages
8 stars

SavoirTech ::: Hecate ::: GSON Converter

<dependency>
    <groupId>com.savoirtech.hecate</groupId>
    <artifactId>hecate-gson</artifactId>
    <version>5.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.savoirtech.hecate : hecate-gson to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.1
  • Latest Beta: 4.0.0.Beta1

All Versions

Choose a version of com.savoirtech.hecate : hecate-gson to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
hecate-gson-5.0.1
hecate-gson-5.0.0
4.1.x
hecate-gson-4.1.1
hecate-gson-4.1.0
4.0.x
hecate-gson-4.0.0
hecate-gson-4.0.0.Beta1
3.0.x
hecate-gson-3.0.0
hecate-gson-3.0.0.Beta3
hecate-gson-3.0.0.Beta2
hecate-gson-3.0.0.Beta1
2.0.x
hecate-gson-2.0.10
hecate-gson-2.0.9
hecate-gson-2.0.8
hecate-gson-2.0.7
hecate-gson-2.0.6
hecate-gson-2.0.5
hecate-gson-2.0.4
hecate-gson-2.0.3
hecate-gson-2.0.2
hecate-gson-2.0.1

How to add a dependency to Maven

Add the following com.savoirtech.hecate : hecate-gson maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.savoirtech.hecate</groupId>
    <artifactId>hecate-gson</artifactId>
    <version>5.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.savoirtech.hecate : hecate-gson gradle dependency to your build.gradle file:

implementation 'com.savoirtech.hecate:hecate-gson:5.0.1'

Gradle Kotlin DSL: Add the following com.savoirtech.hecate : hecate-gson gradle kotlin dependency to your build.gradle.kts file:

implementation("com.savoirtech.hecate:hecate-gson:5.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.savoirtech.hecate : hecate-gson sbt scala dependency to your build.sbt file:

libraryDependencies += "com.savoirtech.hecate" % "hecate-gson" % "5.0.1"

Advertisement