is not current version
Last Version 2.4.1

org.springframework.ldap:spring-ldap-core 2.3.2.RELEASE

spring-ldap-core

GroupId

GroupId

org.springframework.ldap
ArtifactId

ArtifactId

spring-ldap-core
Version

Version

2.3.2.RELEASE
Type

Type

jar

Download spring-ldap-core 2.3.2.RELEASE


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