License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.marcosbarbero.core |
ArtifactId | ArtifactIdspring-security-starter-ldap |
Last Version | Last Version1.0.0.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Security Starter LDAP
This project is a Spring Security Starter LDAP Autoconfiguration
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.marcosbarbero.core/spring-security-starter-ldap/ -->
<dependency>
<groupId>com.marcosbarbero.core</groupId>
<artifactId>spring-security-starter-ldap</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.marcosbarbero.core/spring-security-starter-ldap/
implementation 'com.marcosbarbero.core:spring-security-starter-ldap:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.marcosbarbero.core/spring-security-starter-ldap/
implementation ("com.marcosbarbero.core:spring-security-starter-ldap:1.0.0.RELEASE")
'com.marcosbarbero.core:spring-security-starter-ldap:jar:1.0.0.RELEASE'
<dependency org="com.marcosbarbero.core" name="spring-security-starter-ldap" rev="1.0.0.RELEASE">
<artifact name="spring-security-starter-ldap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marcosbarbero.core', module='spring-security-starter-ldap', version='1.0.0.RELEASE')
)
libraryDependencies += "com.marcosbarbero.core" % "spring-security-starter-ldap" % "1.0.0.RELEASE"
[com.marcosbarbero.core/spring-security-starter-ldap "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 1.3.7.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.3.7.RELEASE |
org.springframework.security : spring-security-ldap | jar | |
org.springframework.security : spring-security-config | jar | |
org.apache.directory.server : apacheds-server-jndi | jar | 1.5.7 |
org.projectlombok : lombok | jar | 1.16.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |