MVN

org.genesys-pgr : glis-client-jersey2

Maven & Gradle

Sep 11, 2018

GLIS API client (jersey2) · API client for the Global Information System for plant genetic resources for food and agriculture (PGRFA) with jersey2

<dependency>
    <groupId>org.genesys-pgr</groupId>
    <artifactId>glis-client-jersey2</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.genesys-pgr : glis-client-jersey2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of org.genesys-pgr : glis-client-jersey2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
glis-client-jersey2-1.1.1
1.1
glis-client-jersey2-1.1
1.0
glis-client-jersey2-1.0

How to add a dependency to Maven

Add the following org.genesys-pgr : glis-client-jersey2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.genesys-pgr</groupId>
    <artifactId>glis-client-jersey2</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.genesys-pgr : glis-client-jersey2 gradle dependency to your build.gradle file:

implementation 'org.genesys-pgr:glis-client-jersey2:1.1.1'

Gradle Kotlin DSL: Add the following org.genesys-pgr : glis-client-jersey2 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.genesys-pgr:glis-client-jersey2:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.genesys-pgr : glis-client-jersey2 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.genesys-pgr" % "glis-client-jersey2" % "1.1.1"