License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdde.dehn |
ArtifactId | ArtifactIdspring-boot-drupal-authentication |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionSpring Boot Drupal authentication
Supports authentication with Spring Security against Drupal
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/de.dehn/spring-boot-drupal-authentication/ -->
<dependency>
<groupId>de.dehn</groupId>
<artifactId>spring-boot-drupal-authentication</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.dehn/spring-boot-drupal-authentication/
implementation 'de.dehn:spring-boot-drupal-authentication:1.0'
// https://jarcasting.com/artifacts/de.dehn/spring-boot-drupal-authentication/
implementation ("de.dehn:spring-boot-drupal-authentication:1.0")
'de.dehn:spring-boot-drupal-authentication:jar:1.0'
<dependency org="de.dehn" name="spring-boot-drupal-authentication" rev="1.0">
<artifact name="spring-boot-drupal-authentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dehn', module='spring-boot-drupal-authentication', version='1.0')
)
libraryDependencies += "de.dehn" % "spring-boot-drupal-authentication" % "1.0"
[de.dehn/spring-boot-drupal-authentication "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.10 |
org.springframework : spring-jdbc | jar | 4.2.4.RELEASE |
org.springframework : spring-core | jar | 4.2.4.RELEASE |
org.springframework.security : spring-security-web | jar | 4.0.3.RELEASE |
org.springframework.boot : spring-boot | jar | 1.3.2.RELEASE |
org.springframework.security : spring-security-config | jar | 4.0.3.RELEASE |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.codehaus.groovy : groovy-all | jar | 2.4.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |