Download apacheds-main-0.9.jar file - Jar a

Jar examples for a:apacheds-main

Description

A single executable server jar containing all dependencies. This jar can be used as the JNDI provider or to fire up the standalone directory server.

You can download jar file apacheds-main 0.9 in this page.

License

Apache 2.0 License

Build File

You can use the following script to add apacheds-main-0.9.jar to your project.

<dependency>
   <groupId>directory</groupId>
   <artifactId>apacheds-main</artifactId>
   <version>0.9</version>
</dependency>
compile group: 'directory', name: 'apacheds-main', version: '0.9'
libraryDependencies += "directory" % "apacheds-main" % "0.9"
<dependency org="directory" name="apacheds-main" rev="0.9"/>
@Grapes(@Grab(group='directory', module='apacheds-main', version='0.9'))
'directory:apacheds-main:jar:0.9'

Download

Click the following link to download the jar file.

apacheds-main-0.9.pom



Related Tutorials