MVN

org.genesys-pgr : amphibian-client-resttemplate

Maven & Gradle

Aug 03, 2023

Amphibian API client (spring-resttemplate) · API client for Amphibian with Spring REST template

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

Latest Version

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

  • Latest Stable: 3.6

All Versions

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

Version Vulnerabilities Updated
3.6
amphibian-client-resttemplate-3.6
3.5
amphibian-client-resttemplate-3.5
3.4
amphibian-client-resttemplate-3.4
3.3
amphibian-client-resttemplate-3.3
3.2
amphibian-client-resttemplate-3.2
3.1
amphibian-client-resttemplate-3.1

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.genesys-pgr:amphibian-client-resttemplate:3.6'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement