s

spring-ldap-ldif

This packages provides an LDIF Parser for use with the Spring LDAP suite of utilities.
Files download
File Operation
spring-ldap-ldif-1.3.1.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>org.springframework.ldap.ldif</groupId>
  <artifactId>spring-ldap-ldif</artifactId>
  <version>1.3.1.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.ldap.ldif:spring-ldap-ldif:1.3.1.RELEASE'
Gradle Kotlin
implementation("org.springframework.ldap.ldif:spring-ldap-ldif:1.3.1.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.ldap.ldif" % "spring-ldap-ldif" % "1.3.1.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.ldap.ldif', module='spring-ldap-ldif', version='1.3.1.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.ldap.ldif" name="spring-ldap-ldif" rev="1.3.1.RELEASE" />
Leiningen
[org.springframework.ldap.ldif/spring-ldap-ldif "1.3.1.RELEASE"]
Apache Buildr
'org.springframework.ldap.ldif:spring-ldap-ldif:jar:1.3.1.RELEASE'