is not current version
Last Version 1.3.1.RELEASE

org.springframework.ldap:spring-ldap 1.2.1


GroupId

GroupId

org.springframework.ldap
ArtifactId

ArtifactId

spring-ldap
Version

Version

1.2.1
Type

Type

jar

Download spring-ldap 1.2.1


<!-- https://jarcasting.com/artifacts/org.springframework.ldap/spring-ldap/ -->
<dependency>
    <groupId>org.springframework.ldap</groupId>
    <artifactId>spring-ldap</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.ldap/spring-ldap/
implementation 'org.springframework.ldap:spring-ldap:1.2.1'
// https://jarcasting.com/artifacts/org.springframework.ldap/spring-ldap/
implementation ("org.springframework.ldap:spring-ldap:1.2.1")
'org.springframework.ldap:spring-ldap:jar:1.2.1'
<dependency org="org.springframework.ldap" name="spring-ldap" rev="1.2.1">
  <artifact name="spring-ldap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.ldap', module='spring-ldap', version='1.2.1')
)
libraryDependencies += "org.springframework.ldap" % "spring-ldap" % "1.2.1"
[org.springframework.ldap/spring-ldap "1.2.1"]