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