Download ldap-test-utils-1.0.1.jar file - Jar l

Jar examples for l:ldap-test-utils

Description

Client library that makes it easy to test with an embedded LDAP server (from unboundid).

You can download jar file ldap-test-utils 1.0.1 in this page.

License

MIT

Build File

You can use the following script to add ldap-test-utils-1.0.1.jar to your project.

<dependency>
   <groupId>com.github.trevershick</groupId>
   <artifactId>ldap-test-utils</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'com.github.trevershick', name: 'ldap-test-utils', version: '1.0.1'
libraryDependencies += "com.github.trevershick" % "ldap-test-utils" % "1.0.1"
<dependency org="com.github.trevershick" name="ldap-test-utils" rev="1.0.1"/>
@Grapes(@Grab(group='com.github.trevershick', module='ldap-test-utils', version='1.0.1'))
'com.github.trevershick:ldap-test-utils:jar:1.0.1'

Download

Click the following link to download the jar file.

ldap-test-utils-1.0.1-javadoc.jar
ldap-test-utils-1.0.1-sources.jar
ldap-test-utils-1.0.1.jar
ldap-test-utils-1.0.1.pom



Related Tutorials