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