You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2013/08/23 23:17:31 UTC

svn commit: r1517042 - /jena/site/trunk/content/documentation/jdbc/index.mdtext

Author: rvesse
Date: Fri Aug 23 21:17:31 2013
New Revision: 1517042

URL: http://svn.apache.org/r1517042
Log:
More links on JDBC doc landing page

Modified:
    jena/site/trunk/content/documentation/jdbc/index.mdtext

Modified: jena/site/trunk/content/documentation/jdbc/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/jdbc/index.mdtext?rev=1517042&r1=1517041&r2=1517042&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/jdbc/index.mdtext (original)
+++ jena/site/trunk/content/documentation/jdbc/index.mdtext Fri Aug 23 21:17:31 2013
@@ -13,6 +13,7 @@ are supported.  Otherwise it is a fully 
   - [Making Queries](#making-queries)
 - [Alternatives](#alternatives)
 - [Jena JDBC Drivers](drivers.html)
+- [Maven Artifacts for Jena JDBC](artifacts.html)
 - [Implementing a custom Jena JDBC Driver](custom_driver.html)
 
 ## Overview
@@ -30,6 +31,9 @@ These are all built on a core library wh
 if desired.  This means that all drivers share common infrastructure and thus exhibit broadly speaking
 the same behavior around handling queries, updates and results.
 
+Jena JDBC is part of the standard Jena distributions and may be [downloaded](/download/) as normal or used
+via its [maven artifacts](artifacts.html).
+
 ### Treatment of Results
 
 One important behavioral aspect to understand is how results are treated compared to a traditional