GroupId | GroupIdorg.apache.camel.springboot |
---|---|
ArtifactId | ArtifactIdcamel-ldap-starter |
Version | Version3.11.5 |
Type | Typejar |
Filename | Size |
---|---|
camel-ldap-starter-3.11.5.pom | |
camel-ldap-starter-3.11.5.jar | 12 KB |
camel-ldap-starter-3.11.5-sources.jar | 11 KB |
camel-ldap-starter-3.11.5-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-ldap-starter/ -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-ldap-starter</artifactId>
<version>3.11.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-ldap-starter/
implementation 'org.apache.camel.springboot:camel-ldap-starter:3.11.5'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-ldap-starter/
implementation ("org.apache.camel.springboot:camel-ldap-starter:3.11.5")
'org.apache.camel.springboot:camel-ldap-starter:jar:3.11.5'
<dependency org="org.apache.camel.springboot" name="camel-ldap-starter" rev="3.11.5">
<artifact name="camel-ldap-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-ldap-starter', version='3.11.5')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-ldap-starter" % "3.11.5"
[org.apache.camel.springboot/camel-ldap-starter "3.11.5"]