| License |
License |
|---|---|
| GroupId | GroupIdcom.github.kwart.ldap |
| ArtifactId | ArtifactIdsimple-ldap-server |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionldap-server
Simple single JAR LDAP server. Based on ApacheDS, in-memory, just for testing.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| simple-ldap-server-1.0.0.pom | |
| simple-ldap-server-1.0.0.jar | 18 MB |
| simple-ldap-server-1.0.0-sources.jar | 17 KB |
| simple-ldap-server-1.0.0-javadoc.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.kwart.ldap/simple-ldap-server/ -->
<dependency>
<groupId>com.github.kwart.ldap</groupId>
<artifactId>simple-ldap-server</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kwart.ldap/simple-ldap-server/
implementation 'com.github.kwart.ldap:simple-ldap-server:1.0.0'
// https://jarcasting.com/artifacts/com.github.kwart.ldap/simple-ldap-server/
implementation ("com.github.kwart.ldap:simple-ldap-server:1.0.0")
'com.github.kwart.ldap:simple-ldap-server:jar:1.0.0'
<dependency org="com.github.kwart.ldap" name="simple-ldap-server" rev="1.0.0">
<artifact name="simple-ldap-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kwart.ldap', module='simple-ldap-server', version='1.0.0')
)
libraryDependencies += "com.github.kwart.ldap" % "simple-ldap-server" % "1.0.0"
[com.github.kwart.ldap/simple-ldap-server "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |