Return-Path: X-Original-To: apmail-mahout-commits-archive@www.apache.org Delivered-To: apmail-mahout-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BC2A610DE9 for ; Wed, 20 Nov 2013 20:07:56 +0000 (UTC) Received: (qmail 59176 invoked by uid 500); 20 Nov 2013 20:07:56 -0000 Delivered-To: apmail-mahout-commits-archive@mahout.apache.org Received: (qmail 59129 invoked by uid 500); 20 Nov 2013 20:07:56 -0000 Mailing-List: contact commits-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mahout.apache.org Delivered-To: mailing list commits@mahout.apache.org Received: (qmail 59122 invoked by uid 99); 20 Nov 2013 20:07:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Nov 2013 20:07:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Nov 2013 20:07:55 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 495562388B1B for ; Wed, 20 Nov 2013 20:07:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r887397 - in /websites/staging/mahout/trunk/content: ./ general/downloads.html Date: Wed, 20 Nov 2013 20:07:35 -0000 To: commits@mahout.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131120200735.495562388B1B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Wed Nov 20 20:07:34 2013 New Revision: 887397 Log: Staging update by buildbot for mahout Modified: websites/staging/mahout/trunk/content/ (props changed) websites/staging/mahout/trunk/content/general/downloads.html Propchange: websites/staging/mahout/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Wed Nov 20 20:07:34 2013 @@ -1 +1 @@ -1543871 +1543924 Modified: websites/staging/mahout/trunk/content/general/downloads.html ============================================================================== --- websites/staging/mahout/trunk/content/general/downloads.html (original) +++ websites/staging/mahout/trunk/content/general/downloads.html Wed Nov 20 20:07:34 2013 @@ -385,10 +385,37 @@

Official Release

Apache Mahout is an official Apache project and thus available from any of the Apache mirrors.

-

The latest Mahout release is available for download at: http://www.apache.org/dyn/closer.cgi/mahout/ -

-

MAHOUT:System Requirements +

The latest Mahout release is available for download at: http://www.apache.org/dyn/closer.cgi/mahout/.

+

MAHOUT:System Requirements are detailed online.

+

For Maven users please include the following snippet in your pom:

+
<dependency>
+    <groupId>org.apache.mahout</groupId>
+    <artifactId>mahout-core</artifactId>
+    <version>${mahout.version}</version>
+</dependency>
+
+ + +

If you only need the math part of Mahout:

+
<dependency>
+    <groupId>org.apache.mahout</groupId>
+    <artifactId>mahout-math</artifactId>
+    <version>${mahout.version}</version>
+</dependency>
+
+ + +

In case you would like to use some of our integration tooling (e.g. for generating vectors from Lucene):

+
<dependency>
+    <groupId>org.apache.mahout</groupId>
+    <artifactId>mahout-integration</artifactId>
+    <version>${mahout.version}</version>
+</dependency>
+
+ + +

In case you are using Ivy, Gradle, Buildr, Grape or SBT you might want to directly head over to the official Maven Repository search.

Snapshot Releases

Recent builds are available on the Apache Jenkins build server