is not current version
Last Version 6.3.9

de.telekom.smartcredentials:otp 6.3.0

SmartCredentials is a programmer’s library, presenting a unified interface for various solutions and protocols used to authenticate, authorize and conduct any kind of transactions between a user or a user-facing app and services. It uses the abstraction of a credential, which can handily be made available to the user for choosing the right identity/ entitlement and authenticating themselves for appropriate security. On the ‘other end’ actual technological functions are structured in modules that can be ‘plugged’ in to the SmartCredentials core to extend and alter its behavior behind the unifying credentialing APIs.

GroupId

GroupId

de.telekom.smartcredentials
ArtifactId

ArtifactId

otp
Version

Version

6.3.0
Type

Type

aar

Download otp 6.3.0


<!-- https://jarcasting.com/artifacts/de.telekom.smartcredentials/otp/ -->
<dependency>
    <groupId>de.telekom.smartcredentials</groupId>
    <artifactId>otp</artifactId>
    <version>6.3.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/de.telekom.smartcredentials/otp/
implementation 'de.telekom.smartcredentials:otp:6.3.0'
// https://jarcasting.com/artifacts/de.telekom.smartcredentials/otp/
implementation ("de.telekom.smartcredentials:otp:6.3.0")
'de.telekom.smartcredentials:otp:aar:6.3.0'
<dependency org="de.telekom.smartcredentials" name="otp" rev="6.3.0">
  <artifact name="otp" type="aar" />
</dependency>
@Grapes(
@Grab(group='de.telekom.smartcredentials', module='otp', version='6.3.0')
)
libraryDependencies += "de.telekom.smartcredentials" % "otp" % "6.3.0"
[de.telekom.smartcredentials/otp "6.3.0"]