MVN

org.genesys-pgr : genesys-client-resttemplate

Maven & Gradle

Dec 05, 2022

Genesys API client (spring-resttemplate) · API client for Genesys - the global portal on plant genetic resources for food and agriculture (PGRFA) with Spring REST template

<dependency>
    <groupId>org.genesys-pgr</groupId>
    <artifactId>genesys-client-resttemplate</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.0

All Versions

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

Version Vulnerabilities Updated
3.0.x
genesys-client-resttemplate-3.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.genesys-pgr</groupId>
    <artifactId>genesys-client-resttemplate</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.genesys-pgr:genesys-client-resttemplate:3.0.0'

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

implementation("org.genesys-pgr:genesys-client-resttemplate:3.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.genesys-pgr" % "genesys-client-resttemplate" % "3.0.0"