f

format-dsml

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