is not current version
Last Version 3.17.0

org.apache.camel:camel-ldap 3.0.1

Camel LDAP support

GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

camel-ldap
Version

Version

3.0.1
Type

Type

jar

Download camel-ldap 3.0.1


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