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