is not current version
Last Version 6.3.9

de.telekom.smartcredentials:security 6.2.6

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.

Categories

Categories

Security
GroupId

GroupId

de.telekom.smartcredentials
ArtifactId

ArtifactId

security
Version

Version

6.2.6
Type

Type

aar

Download security 6.2.6


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