c

camel-ldif-starter

Spring-Boot Starter for Camel LDIF support
文件下载
文件名 操作
camel-ldif-starter-4.6.0.jar 下载
camel-ldif-starter-4.6.0.pom 下载
camel-ldif-starter-4.6.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.camel.springboot</groupId>
  <artifactId>camel-ldif-starter</artifactId>
  <version>4.6.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.camel.springboot:camel-ldif-starter:4.6.0'
Gradle Kotlin
implementation("org.apache.camel.springboot:camel-ldif-starter:4.6.0")
Scala SBT
libraryDependencies += "org.apache.camel.springboot" % "camel-ldif-starter" % "4.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel.springboot', module='camel-ldif-starter', version='4.6.0')
)
Apache Ivy
<dependency org="org.apache.camel.springboot" name="camel-ldif-starter" rev="4.6.0" />
Leiningen
[org.apache.camel.springboot/camel-ldif-starter "4.6.0"]
Apache Buildr
'org.apache.camel.springboot:camel-ldif-starter:jar:4.6.0'