Jar examples for a:apacheds-server-unit
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.0.2 in this page.
Apache License
You can use the following script to add apacheds-server-unit-1.0.2.jar to your project.
<dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-server-unit</artifactId> <version>1.0.2</version> </dependency>
compile group: 'org.apache.directory.server', name: 'apacheds-server-unit', version: '1.0.2'
libraryDependencies += "org.apache.directory.server" % "apacheds-server-unit" % "1.0.2"
<dependency org="org.apache.directory.server" name="apacheds-server-unit" rev="1.0.2"/>
@Grapes(@Grab(group='org.apache.directory.server', module='apacheds-server-unit', version='1.0.2'))
'org.apache.directory.server:apacheds-server-unit:jar:1.0.2'
Click the following link to download the jar file.
apacheds-server-unit-1.0.2-javadoc.jar