License |
License
lgpl
|
---|---|
GroupId | GroupIdorg.picketbox |
ArtifactId | ArtifactIdpicketbox-ldap |
Last Version | Last Version1.0.2.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPicketBox LDAP Server
PicketBox LDAP Server contains an embeddable Apache Directory server. This is primarily useful for unit testing ldap functionality.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.picketbox/picketbox-ldap/ -->
<dependency>
<groupId>org.picketbox</groupId>
<artifactId>picketbox-ldap</artifactId>
<version>1.0.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.picketbox/picketbox-ldap/
implementation 'org.picketbox:picketbox-ldap:1.0.2.Final'
// https://jarcasting.com/artifacts/org.picketbox/picketbox-ldap/
implementation ("org.picketbox:picketbox-ldap:1.0.2.Final")
'org.picketbox:picketbox-ldap:jar:1.0.2.Final'
<dependency org="org.picketbox" name="picketbox-ldap" rev="1.0.2.Final">
<artifact name="picketbox-ldap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.picketbox', module='picketbox-ldap', version='1.0.2.Final')
)
libraryDependencies += "org.picketbox" % "picketbox-ldap" % "1.0.2.Final"
[org.picketbox/picketbox-ldap "1.0.2.Final"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.directory.server : apacheds-all | jar | 1.5.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
org.mockito : mockito-all | jar | 1.9.5-rc1 |