You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2017/08/28 08:47:49 UTC

svn commit: r1806412 - /velocity/site/cms/trunk/content/download.mdtext

Author: cbrisson
Date: Mon Aug 28 08:47:49 2017
New Revision: 1806412

URL: http://svn.apache.org/viewvc?rev=1806412&view=rev
Log:
[site] Add a maven dependency section to the download page

Modified:
    velocity/site/cms/trunk/content/download.mdtext

Modified: velocity/site/cms/trunk/content/download.mdtext
URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/download.mdtext?rev=1806412&r1=1806411&r2=1806412&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/download.mdtext (original)
+++ velocity/site/cms/trunk/content/download.mdtext Mon Aug 28 08:47:49 2017
@@ -49,6 +49,14 @@ These releases are considered stable and
 
 Be sure to check the [release notes](https://dist.apache.org/repos/dist/release/velocity/engine/2.0/release-notes.html) and the [dependencies](http://velocity.apache.org/engine/devel/dependencies.html).
 
+#### Inclusion as a maven dependency
+
+    <dependency>
+      <groupId>org.apache.velocity</groupId>
+      <artifactId>velocity-engine-core</artifactId>
+      <version>2.0</version>
+    </dependency>
+
 #### Binaries
 
 <table class="smalltable">