You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2015/04/14 00:16:39 UTC

svn commit: r1673298 - /directory/site/trunk/content/fortress/downloads.mdtext

Author: elecharny
Date: Mon Apr 13 22:16:39 2015
New Revision: 1673298

URL: http://svn.apache.org/r1673298
Log:
Added the download page for fortress

Added:
    directory/site/trunk/content/fortress/downloads.mdtext

Added: directory/site/trunk/content/fortress/downloads.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/downloads.mdtext?rev=1673298&view=auto
==============================================================================
--- directory/site/trunk/content/fortress/downloads.mdtext (added)
+++ directory/site/trunk/content/fortress/downloads.mdtext Mon Apr 13 22:16:39 2015
@@ -0,0 +1,36 @@
+Title: Fortress Downloads
+Notice: Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    .
+    http://www.apache.org/licenses/LICENSE-2.0
+    .
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+# Downloads
+
+## Jar Download 
+
+The Apache Fortress Core 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)
+
+## Maven Dependency
+
+The Apache Fortress Core is also available as a Maven dependency:
+
+    <dependency>
+        <groupId>org.apache.directory.fortress</groupId>
+        <artifactId>fortress-core</artifactId>
+        <version>${fortress-version}</version>
+    </dependency>
\ No newline at end of file