Download apacheds-server-unit-1.5.5.jar file - Jar a

Jar examples for a:apacheds-server-unit

Description

A JUnit 4.x based unit testing framework applying LDAP operations over the wire against an LDAP server. Right now the LDAP server is ApacheDS because the start, stop and cleanup of the server are easily controlled. This may change in the future.

You can download jar file apacheds-server-unit 1.5.5 in this page.

License

Apache License

Build File

You can use the following script to add apacheds-server-unit-1.5.5.jar to your project.

<dependency>
   <groupId>org.apache.directory.server</groupId>
   <artifactId>apacheds-server-unit</artifactId>
   <version>1.5.5</version>
</dependency>
compile group: 'org.apache.directory.server', name: 'apacheds-server-unit', version: '1.5.5'
libraryDependencies += "org.apache.directory.server" % "apacheds-server-unit" % "1.5.5"
<dependency org="org.apache.directory.server" name="apacheds-server-unit" rev="1.5.5"/>
@Grapes(@Grab(group='org.apache.directory.server', module='apacheds-server-unit', version='1.5.5'))
'org.apache.directory.server:apacheds-server-unit:jar:1.5.5'

Download

Click the following link to download the jar file.

apacheds-server-unit-1.5.5-javadoc.jar
apacheds-server-unit-1.5.5-sources.jar
apacheds-server-unit-1.5.5.jar
apacheds-server-unit-1.5.5.pom



Related Tutorials