MVN

org.genesys-pgr : genesys-client-api

Maven & Gradle

Apr 19, 2023

Genesys API client library · Java client for Genesys PGR Server APIs

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

Latest Version

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

  • Latest Stable: 3.0

All Versions

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

Version Vulnerabilities Updated
3.0
genesys-client-api-3.0
2.0
genesys-client-api-2.0
1.4
genesys-client-api-1.4
1.3
genesys-client-api-1.3
1.2
genesys-client-api-1.2
1.1
genesys-client-api-1.1
1.0
genesys-client-api-1.0
0.0.x
genesys-client-api-0.0.5
genesys-client-api-0.0.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.genesys-pgr</groupId>
    <artifactId>genesys-client-api</artifactId>
    <version>3.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.genesys-pgr:genesys-client-api:3.0'

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

implementation("org.genesys-pgr:genesys-client-api:3.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.genesys-pgr" % "genesys-client-api" % "3.0"

Advertisement