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
文件下载
文件名 操作
parent-1.3.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.btmatthews.maven.plugins.ldap</groupId>
  <artifactId>parent</artifactId>
  <version>1.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.btmatthews.maven.plugins.ldap:parent:1.3.0'
Gradle Kotlin
implementation("com.btmatthews.maven.plugins.ldap:parent:1.3.0")
Scala SBT
libraryDependencies += "com.btmatthews.maven.plugins.ldap" % "parent" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.btmatthews.maven.plugins.ldap', module='parent', version='1.3.0')
)
Apache Ivy
<dependency org="com.btmatthews.maven.plugins.ldap" name="parent" rev="1.3.0" />
Leiningen
[com.btmatthews.maven.plugins.ldap/parent "1.3.0"]
Apache Buildr
'com.btmatthews.maven.plugins.ldap:parent:jar:1.3.0'