| Группа | Группаcom.genesys |
|---|---|
| Идентификатор | Идентификаторauthentication |
| Версия | Версия9.0.20 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| authentication-9.0.20.pom | |
| authentication-9.0.20.jar | 112 KB |
| authentication-9.0.20-sources.jar | 49 KB |
| authentication-9.0.20-javadoc.jar | 175 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.genesys/authentication/ -->
<dependency>
<groupId>com.genesys</groupId>
<artifactId>authentication</artifactId>
<version>9.0.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.genesys/authentication/
implementation 'com.genesys:authentication:9.0.20'
// https://jarcasting.com/artifacts/com.genesys/authentication/
implementation ("com.genesys:authentication:9.0.20")
'com.genesys:authentication:jar:9.0.20'
<dependency org="com.genesys" name="authentication" rev="9.0.20">
<artifact name="authentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.genesys', module='authentication', version='9.0.20')
)
libraryDependencies += "com.genesys" % "authentication" % "9.0.20"
[com.genesys/authentication "9.0.20"]