Authentication Client Library
For information about how to install and use the Authentication Client Library, visit the PureEngage Cloud Developer Center.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.genesys |
| Идентификатор | Идентификаторauthorization |
| Последняя версия | Последняя версия1.0.179 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеAuthorization API
A Java library to interface to Genesys Authorization public API
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
For information about how to install and use the Authentication Client Library, visit the PureEngage Cloud Developer Center.