MVN

com.owlike : genson

Maven & Gradle

Jul 30, 2019
55 usages
202 stars

Genson · Genson library

<dependency>
    <groupId>com.owlike</groupId>
    <artifactId>genson</artifactId>
    <version>1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.owlike : genson to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6
  • Latest Release Candidate: 1.2-RC1

All Versions

Choose a version of com.owlike : genson to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6
genson-1.6
1.5
genson-1.5
1.4
genson-1.4
1.3
genson-1.3
1.2
genson-1.2
genson-1.2-RC1
1.1
genson-1.1
genson-1.1-RC2
genson-1.1-RC1
1.0
genson-1.0
genson-1.0-RC
0.99
genson-0.99
0.98
genson-0.98
0.97
genson-0.97
0.96
genson-0.96
0.95
genson-0.95
0.94
genson-0.94
0.93
genson-0.93
0.92
genson-0.92
0.91
genson-0.91
0.9
genson-0.9

How to add a dependency to Maven

Add the following com.owlike : genson maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.owlike</groupId>
    <artifactId>genson</artifactId>
    <version>1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.owlike : genson gradle dependency to your build.gradle file:

implementation 'com.owlike:genson:1.6'

Gradle Kotlin DSL: Add the following com.owlike : genson gradle kotlin dependency to your build.gradle.kts file:

implementation("com.owlike:genson:1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.owlike : genson sbt scala dependency to your build.sbt file:

libraryDependencies += "com.owlike" % "genson" % "1.6"

Advertisement