You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2013/04/17 13:45:24 UTC

svn commit: r1468848 - /directory/site/trunk/content/api/downloads.mdtext

Author: pamarcelot
Date: Wed Apr 17 11:45:23 2013
New Revision: 1468848

URL: http://svn.apache.org/r1468848
Log:
Added a paragraph on how to get the Apache Directory LDAP API as a Maven dependency.

Modified:
    directory/site/trunk/content/api/downloads.mdtext

Modified: directory/site/trunk/content/api/downloads.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/downloads.mdtext?rev=1468848&r1=1468847&r2=1468848&view=diff
==============================================================================
--- directory/site/trunk/content/api/downloads.mdtext (original)
+++ directory/site/trunk/content/api/downloads.mdtext Wed Apr 17 11:45:23 2013
@@ -18,7 +18,19 @@ Notice: Licensed to the Apache Software 
 
 # Downloads
 
-Apache LDAP API is distributed as a jar.
+## Jar Download 
+
+The Apache Directory LDAP API is distributed as a jar.
 
 * ![Download](../images/download-archive.png) [Download Archive zip/tar.gz](download/download-archive.html)
-* ![Download](../images/download-sources.png) [Download Sources](download/download-sources.html)
\ No newline at end of file
+* ![Download](../images/download-sources.png) [Download Sources](download/download-sources.html)
+
+## Maven Dependency
+
+The Apache Directory LDAP API is also available as a Maven dependency:
+
+    <dependency>
+        <groupId>org.apache.directory.api</groupId>
+        <artifactId>api-all</artifactId>
+        <version>${api-version}</version>
+    </dependency>
\ No newline at end of file