License |
License |
---|---|
GroupId | GroupIdorg.apache.directory.server |
ArtifactId | ArtifactIdapacheds-server-unit |
Last Version | Last Version1.5.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApacheDS 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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
apacheds-server-unit-1.5.5.pom | |
apacheds-server-unit-1.5.5.jar | 14 KB |
apacheds-server-unit-1.5.5-sources.jar | 10 KB |
apacheds-server-unit-1.5.5-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.directory.server/apacheds-server-unit/ -->
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-server-unit</artifactId>
<version>1.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.directory.server/apacheds-server-unit/
implementation 'org.apache.directory.server:apacheds-server-unit:1.5.5'
// https://jarcasting.com/artifacts/org.apache.directory.server/apacheds-server-unit/
implementation ("org.apache.directory.server:apacheds-server-unit:1.5.5")
'org.apache.directory.server:apacheds-server-unit:jar:1.5.5'
<dependency org="org.apache.directory.server" name="apacheds-server-unit" rev="1.5.5">
<artifact name="apacheds-server-unit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.directory.server', module='apacheds-server-unit', version='1.5.5')
)
libraryDependencies += "org.apache.directory.server" % "apacheds-server-unit" % "1.5.5"
[org.apache.directory.server/apacheds-server-unit "1.5.5"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.directory.server : apacheds-server-jndi | jar | 1.5.5 |
org.apache.directory.server : apacheds-interceptor-kerberos | jar | 1.5.5 |
org.apache.directory.server : apacheds-core-unit | jar | 1.5.5 |
org.apache.directory.shared : shared-ldap | jar | 0.9.15 |
org.slf4j : slf4j-api | jar | 1.5.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |
Group / Artifact | Type | Version |
---|---|---|
ldapsdk : ldapsdk | jar | 4.1 |
commons-net : commons-net | jar | 2.0 |
dnsjava : dnsjava | jar | 2.0.1 |
org.apache.directory.server : apacheds-bootstrap-partition | jar | 1.5.5 |
org.slf4j : jcl-over-slf4j | jar | 1.5.6 |
org.slf4j : slf4j-log4j12 | jar | 1.5.6 |
log4j : log4j | jar | 1.2.14 |