Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdde.dm.auth |
ArtifactId | ArtifactIdactivedirectory-spring-boot-starter |
Version | Version2.1.0 |
Type | Typejar |
<!-- 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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.dm.auth/activedirectory-spring-boot-starter/
implementation 'de.dm.auth:activedirectory-spring-boot-starter:2.1.0'
// https://jarcasting.com/artifacts/de.dm.auth/activedirectory-spring-boot-starter/
implementation ("de.dm.auth:activedirectory-spring-boot-starter:2.1.0")
'de.dm.auth:activedirectory-spring-boot-starter:jar:2.1.0'
<dependency org="de.dm.auth" name="activedirectory-spring-boot-starter" rev="2.1.0">
<artifact name="activedirectory-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dm.auth', module='activedirectory-spring-boot-starter', version='2.1.0')
)
libraryDependencies += "de.dm.auth" % "activedirectory-spring-boot-starter" % "2.1.0"
[de.dm.auth/activedirectory-spring-boot-starter "2.1.0"]