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