License |
License |
---|---|
GroupId | GroupIddirectory |
ArtifactId | ArtifactIdapacheds-core |
Last Version | Last Version0.9.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApacheDS Core
Server's core contains all backend subsystems. It depends on
protocol and uses it with seda to service LDAP requests. The core
contains the JNDI provider, interceptor framework, interceptor services,
the schema subsystem and the database subsystem. Hence the core is the
heart of the server.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
apacheds-core-0.9.3.pom | |
apacheds-core-0.9.3.jar | 666 KB |
Browse |
<!-- https://jarcasting.com/artifacts/directory/apacheds-core/ -->
<dependency>
<groupId>directory</groupId>
<artifactId>apacheds-core</artifactId>
<version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/directory/apacheds-core/
implementation 'directory:apacheds-core:0.9.3'
// https://jarcasting.com/artifacts/directory/apacheds-core/
implementation ("directory:apacheds-core:0.9.3")
'directory:apacheds-core:jar:0.9.3'
<dependency org="directory" name="apacheds-core" rev="0.9.3">
<artifact name="apacheds-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='directory', module='apacheds-core', version='0.9.3')
)
libraryDependencies += "directory" % "apacheds-core" % "0.9.3"
[directory/apacheds-core "0.9.3"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.0 |
commons-collections : commons-collections | jar | 3.0 |
commons-primitives : commons-primitives | jar | 20041207.202534 |
regexp : regexp | jar | 1.2 |
oro : oro | jar | 2.0.7 |
commons-io : commons-io | jar | 1.0 |
antlr : antlr | jar | 2.7.2 |
jdbm : jdbm | jar | 1.0 |
directory-shared : ldap-common | jar | 0.9.3 |
directory : apacheds-shared | jar | 0.9.3 |
org.slf4j : nlog4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |