is not current version
Last Version 3.17.0

org.apache.camel:camel-ldap 3.2.0

Camel LDAP support

GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

camel-ldap
Version

Version

3.2.0
Type

Type

jar

Download camel-ldap 3.2.0


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