Authentication Client Library
For information about how to install and use the Authentication Client Library, visit the PureEngage Cloud Developer Center.
| License |
License |
|---|---|
| GroupId | GroupIdcom.genesys |
| ArtifactId | ArtifactIdauthorization |
| Last Version | Last Version1.0.179 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAuthorization API
A Java library to interface to Genesys Authorization public API
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| authorization-1.0.179.pom | |
| authorization-1.0.179.jar | 83 KB |
| authorization-1.0.179-sources.jar | 36 KB |
| authorization-1.0.179-javadoc.jar | 137 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.genesys/authorization/ -->
<dependency>
<groupId>com.genesys</groupId>
<artifactId>authorization</artifactId>
<version>1.0.179</version>
</dependency>
// https://jarcasting.com/artifacts/com.genesys/authorization/
implementation 'com.genesys:authorization:1.0.179'
// https://jarcasting.com/artifacts/com.genesys/authorization/
implementation ("com.genesys:authorization:1.0.179")
'com.genesys:authorization:jar:1.0.179'
<dependency org="com.genesys" name="authorization" rev="1.0.179">
<artifact name="authorization" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.genesys', module='authorization', version='1.0.179')
)
libraryDependencies += "com.genesys" % "authorization" % "1.0.179"
[com.genesys/authorization "1.0.179"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.swagger : swagger-annotations | jar | 1.5.15 |
| com.squareup.okhttp : okhttp | jar | 2.7.5 |
| com.squareup.okhttp : logging-interceptor | jar | 2.7.5 |
| com.google.code.gson : gson | jar | 2.8.1 |
| org.threeten : threetenbp | jar | 1.3.5 |
| io.gsonfire : gson-fire | jar | 1.8.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
For information about how to install and use the Authentication Client Library, visit the PureEngage Cloud Developer Center.