is not current version
Last Version 2.3.3

de.dm.auth:activedirectory-spring-boot-starter 2.2.1

Starter for configuring activedirectory authentication, optimized for service to service communication via caching of credentials.

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

de.dm.auth
ArtifactId

ArtifactId

activedirectory-spring-boot-starter
Version

Version

2.2.1
Type

Type

jar

Download activedirectory-spring-boot-starter 2.2.1


<!-- https://jarcasting.com/artifacts/de.dm.auth/activedirectory-spring-boot-starter/ -->
<dependency>
    <groupId>de.dm.auth</groupId>
    <artifactId>activedirectory-spring-boot-starter</artifactId>
    <version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.dm.auth/activedirectory-spring-boot-starter/
implementation 'de.dm.auth:activedirectory-spring-boot-starter:2.2.1'
// https://jarcasting.com/artifacts/de.dm.auth/activedirectory-spring-boot-starter/
implementation ("de.dm.auth:activedirectory-spring-boot-starter:2.2.1")
'de.dm.auth:activedirectory-spring-boot-starter:jar:2.2.1'
<dependency org="de.dm.auth" name="activedirectory-spring-boot-starter" rev="2.2.1">
  <artifact name="activedirectory-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dm.auth', module='activedirectory-spring-boot-starter', version='2.2.1')
)
libraryDependencies += "de.dm.auth" % "activedirectory-spring-boot-starter" % "2.2.1"
[de.dm.auth/activedirectory-spring-boot-starter "2.2.1"]