You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2011/04/29 18:34:54 UTC

svn commit: r1097874 - /qpid/site/docs/download.html

Author: robbie
Date: Fri Apr 29 16:34:54 2011
New Revision: 1097874

URL: http://svn.apache.org/viewvc?rev=1097874&view=rev
Log:
NO-JIRA: publish latest version of the website files

Modified:
    qpid/site/docs/download.html

Modified: qpid/site/docs/download.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/download.html?rev=1097874&r1=1097873&r2=1097874&view=diff
==============================================================================
--- qpid/site/docs/download.html (original)
+++ qpid/site/docs/download.html Fri Apr 29 16:34:54 2011
@@ -311,6 +311,25 @@ Other mirrors: <select name="Preferred">
     </tbody></table>
   </div>
 
+  <h3><a name="Download-Maven"></a>Maven artifacts</h3>
+ <p>The Java client is also available via the Maven central repository. To use the client in your Maven build you should add the following dependency to your POM:</p>
+ <code>
+&lt;dependency&gt;<br />
+&nbsp;&nbsp;&lt;groupId&gt;org.apache.qpid&lt;/groupId&gt;<br />
+&nbsp;&nbsp;&lt;artifactId&gt;qpid-client&lt;/artifactId&gt;<br />
+&nbsp;&nbsp;&lt;version&gt;0.10&lt;/version&gt;<br />
+&lt;/dependency&gt;
+ </code>
+
+ <p>Additionally, you must provide the JMS API if it is not already available in your compilation and/or runtime environment, an example dependency for this would be:</p>
+ <code>
+&lt;dependency&gt;<br />
+&nbsp;&nbsp;&lt;groupId&gt;org.apache.geronimo.specs&lt;/groupId&gt;<br />
+&nbsp;&nbsp;&lt;artifactId&gt;geronimo-jms_1.1_spec&lt;/artifactId&gt;<br />
+&nbsp;&nbsp;&lt;version&gt;1.0&lt;/version&gt;<br />
+&lt;/dependency&gt;
+ </code>
+
   <h2><a name="Download-PreviousRelease"></a>Previous Releases</h2>
 
   <p>Previous releases are available from <a href="http://archive.apache.org/dist/qpid/">http://archive.apache.org/dist/qpid/



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org