is not current version
Last Version 2.1.1

org.ldaptive:ldaptive 1.0.11

Java LDAP API

GroupId

GroupId

org.ldaptive
ArtifactId

ArtifactId

ldaptive
Version

Version

1.0.11
Type

Type

jar

Download ldaptive 1.0.11


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