Download apacheds-core-shared-1.5.0.jar file - Jar a

Jar examples for a:apacheds-core-shared

Description

Shared classes between the core plugin and the core to prevent cyclic dependencies since the core uses the core plugin.

You can download jar file apacheds-core-shared 1.5.0 in this page.

License

Apache License

Build File

You can use the following script to add apacheds-core-shared-1.5.0.jar to your project.

<dependency>
   <groupId>org.apache.directory.server</groupId>
   <artifactId>apacheds-core-shared</artifactId>
   <version>1.5.0</version>
</dependency>
compile group: 'org.apache.directory.server', name: 'apacheds-core-shared', version: '1.5.0'
libraryDependencies += "org.apache.directory.server" % "apacheds-core-shared" % "1.5.0"
<dependency org="org.apache.directory.server" name="apacheds-core-shared" rev="1.5.0"/>
@Grapes(@Grab(group='org.apache.directory.server', module='apacheds-core-shared', version='1.5.0'))
'org.apache.directory.server:apacheds-core-shared:jar:1.5.0'

Download

Click the following link to download the jar file.

apacheds-core-shared-1.5.0.jar
apacheds-core-shared-1.5.0.pom



Related Tutorials