l

ldap-maven-plugin

Parse and load LDIF records to an LDAP directory server. Dump records from an LDAP directory server to LDIF or DSML formats.
http://ldap-plugin.btmatthews.com
Apache 2
Brian Thomas Matthews
Brian Matthews
Files download
File Operation
ldap-maven-plugin-1.0.jar download
ldap-maven-plugin-1.0.pom download
ldap-maven-plugin-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.btmatthews.mojo</groupId>
  <artifactId>ldap-maven-plugin</artifactId>
  <version>1.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.btmatthews.mojo:ldap-maven-plugin:1.0'
Gradle Kotlin
implementation("com.btmatthews.mojo:ldap-maven-plugin:1.0")
Scala SBT
libraryDependencies += "com.btmatthews.mojo" % "ldap-maven-plugin" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.btmatthews.mojo', module='ldap-maven-plugin', version='1.0')
)
Apache Ivy
<dependency org="com.btmatthews.mojo" name="ldap-maven-plugin" rev="1.0" />
Leiningen
[com.btmatthews.mojo/ldap-maven-plugin "1.0"]
Apache Buildr
'com.btmatthews.mojo:ldap-maven-plugin:jar:1.0'