Group Id org.springframework
Artifact Id spring-ldap
Version 1.1.2
Packaging jar
URL -
Badge
Last Updated 2007-01-18T10:27:57+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-ldap</artifactId>
    <version>1.1.2</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-ldap', version: '1.1.2'
implementation 'org.springframework:spring-ldap:1.1.2'
implementation("org.springframework:spring-ldap:1.1.2")
libraryDependencies += "org.springframework" % "spring-ldap" % "1.1.2"
<dependency org="org.springframework" name="spring-ldap" rev="1.1.2"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-ldap', version='1.1.2')
)
[org.springframework/spring-ldap "1.1.2"]
'org.springframework:spring-ldap:1.1.2'