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