License |
License |
---|---|
GroupId | GroupIddirectory |
ArtifactId | ArtifactIdapacheds-shared |
Last Version | Last Version0.9.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApacheDS Shared
Created to eliminate cyclic project dependencies between the core
and the maven plugin. Any code shared across modules in general
can go here so long as it does not depend on other modules.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
apacheds-shared-0.9.3.pom | |
apacheds-shared-0.9.3.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/directory/apacheds-shared/ -->
<dependency>
<groupId>directory</groupId>
<artifactId>apacheds-shared</artifactId>
<version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/directory/apacheds-shared/
implementation 'directory:apacheds-shared:0.9.3'
// https://jarcasting.com/artifacts/directory/apacheds-shared/
implementation ("directory:apacheds-shared:0.9.3")
'directory:apacheds-shared:jar:0.9.3'
<dependency org="directory" name="apacheds-shared" rev="0.9.3">
<artifact name="apacheds-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='directory', module='apacheds-shared', version='0.9.3')
)
libraryDependencies += "directory" % "apacheds-shared" % "0.9.3"
[directory/apacheds-shared "0.9.3"]
Group / Artifact | Type | Version |
---|---|---|
directory-shared : ldap-common | jar | 0.9.3 |
org.slf4j : nlog4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |