MVN

de.telekom.smartcredentials : authentication

Maven & Gradle

Jul 14, 2023
11 stars

Smart Credentials · 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.

<dependency>
    <groupId>de.telekom.smartcredentials</groupId>
    <artifactId>authentication</artifactId>
    <version>6.5.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.telekom.smartcredentials : authentication to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.5.10

All Versions

Choose a version of de.telekom.smartcredentials : authentication to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.5.x
authentication-6.5.10
authentication-6.5.9
authentication-6.5.8
authentication-6.5.7
authentication-6.5.6
authentication-6.5.5
authentication-6.5.4
authentication-6.5.3
authentication-6.5.2
authentication-6.5.1
authentication-6.5.0
6.4.x
authentication-6.4.1
authentication-6.4.0
6.3.x
authentication-6.3.10
authentication-6.3.9
authentication-6.3.8
authentication-6.3.7
authentication-6.3.6
authentication-6.3.5
authentication-6.3.4
authentication-6.3.3
authentication-6.3.2
authentication-6.3.1
authentication-6.3.0
6.2.x
authentication-6.2.6
authentication-6.2.5
authentication-6.2.4

How to add a dependency to Maven

Add the following de.telekom.smartcredentials : authentication maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.telekom.smartcredentials</groupId>
    <artifactId>authentication</artifactId>
    <version>6.5.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.telekom.smartcredentials : authentication gradle dependency to your build.gradle file:

implementation 'de.telekom.smartcredentials:authentication:6.5.10'

Gradle Kotlin DSL: Add the following de.telekom.smartcredentials : authentication gradle kotlin dependency to your build.gradle.kts file:

implementation("de.telekom.smartcredentials:authentication:6.5.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.telekom.smartcredentials : authentication sbt scala dependency to your build.sbt file:

libraryDependencies += "de.telekom.smartcredentials" % "authentication" % "6.5.10"