Download apacheds-core-shared-1.0.1.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.0.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

apacheds-core-shared-1.0.1.jar
apacheds-core-shared-1.0.1.pom



Related Tutorials