GroupId | GroupIdde.telekom.smartcredentials |
---|---|
ArtifactId | ArtifactIdauthentication |
Version | Version6.2.4 |
Type | Typeaar |
Filename | Size |
---|---|
authentication-6.2.4.pom | |
authentication-6.2.4-sources.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.telekom.smartcredentials/authentication/ -->
<dependency>
<groupId>de.telekom.smartcredentials</groupId>
<artifactId>authentication</artifactId>
<version>6.2.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/de.telekom.smartcredentials/authentication/
implementation 'de.telekom.smartcredentials:authentication:6.2.4'
// https://jarcasting.com/artifacts/de.telekom.smartcredentials/authentication/
implementation ("de.telekom.smartcredentials:authentication:6.2.4")
'de.telekom.smartcredentials:authentication:aar:6.2.4'
<dependency org="de.telekom.smartcredentials" name="authentication" rev="6.2.4">
<artifact name="authentication" type="aar" />
</dependency>
@Grapes(
@Grab(group='de.telekom.smartcredentials', module='authentication', version='6.2.4')
)
libraryDependencies += "de.telekom.smartcredentials" % "authentication" % "6.2.4"
[de.telekom.smartcredentials/authentication "6.2.4"]