p

parent

Parse and load LDIF records to an LDAP directory server. Dump records from an LDAP directory server to LDIF or DSML formats. Start or stop an embedded LDAP server.
http://ldap-maven-plugin.btmatthews.com
The Apache Software License, Version 2.0
Brian Matthews
Brian Matthews
Files download
File Operation
parent-1.3.2.pom download
Apache Maven
<dependency>
  <groupId>com.btmatthews.maven.plugins.ldap</groupId>
  <artifactId>parent</artifactId>
  <version>1.3.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.btmatthews.maven.plugins.ldap:parent:1.3.2'
Gradle Kotlin
implementation("com.btmatthews.maven.plugins.ldap:parent:1.3.2")
Scala SBT
libraryDependencies += "com.btmatthews.maven.plugins.ldap" % "parent" % "1.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.btmatthews.maven.plugins.ldap', module='parent', version='1.3.2')
)
Apache Ivy
<dependency org="com.btmatthews.maven.plugins.ldap" name="parent" rev="1.3.2" />
Leiningen
[com.btmatthews.maven.plugins.ldap/parent "1.3.2"]
Apache Buildr
'com.btmatthews.maven.plugins.ldap:parent:jar:1.3.2'
Dependencies
The project has no third-party dependencies