f

format-ldif

Handler for importing and exporting directory entries in from and to LDAP Data Interchange Format (LDIF) files
Files download
File Operation
format-ldif-1.2.0.jar download
format-ldif-1.2.0.pom download
format-ldif-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.btmatthews.maven.plugins.ldap</groupId>
  <artifactId>format-ldif</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.btmatthews.maven.plugins.ldap:format-ldif:1.2.0'
Gradle Kotlin
implementation("com.btmatthews.maven.plugins.ldap:format-ldif:1.2.0")
Scala SBT
libraryDependencies += "com.btmatthews.maven.plugins.ldap" % "format-ldif" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.btmatthews.maven.plugins.ldap', module='format-ldif', version='1.2.0')
)
Apache Ivy
<dependency org="com.btmatthews.maven.plugins.ldap" name="format-ldif" rev="1.2.0" />
Leiningen
[com.btmatthews.maven.plugins.ldap/format-ldif "1.2.0"]
Apache Buildr
'com.btmatthews.maven.plugins.ldap:format-ldif:jar:1.2.0'