Return-Path: X-Original-To: apmail-jena-commits-archive@www.apache.org Delivered-To: apmail-jena-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 E439710A79 for ; Mon, 16 Feb 2015 12:16:08 +0000 (UTC) Received: (qmail 46862 invoked by uid 500); 16 Feb 2015 12:16:08 -0000 Delivered-To: apmail-jena-commits-archive@jena.apache.org Received: (qmail 46838 invoked by uid 500); 16 Feb 2015 12:16:08 -0000 Mailing-List: contact commits-help@jena.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jena.apache.org Delivered-To: mailing list commits@jena.apache.org Received: (qmail 46829 invoked by uid 99); 16 Feb 2015 12:16:08 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Feb 2015 12:16:08 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id B283EAC0040 for ; Mon, 16 Feb 2015 12:16:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r940336 - in /websites/staging/jena/trunk/content: ./ download/maven.html Date: Mon, 16 Feb 2015 12:16:08 -0000 To: commits@jena.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150216121608.B283EAC0040@hades.apache.org> Author: buildbot Date: Mon Feb 16 12:16:08 2015 New Revision: 940336 Log: Staging update by buildbot for jena Modified: websites/staging/jena/trunk/content/ (props changed) websites/staging/jena/trunk/content/download/maven.html Propchange: websites/staging/jena/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Mon Feb 16 12:16:08 2015 @@ -1 +1 @@ -1660063 +1660084 Modified: websites/staging/jena/trunk/content/download/maven.html ============================================================================== --- websites/staging/jena/trunk/content/download/maven.html (original) +++ websites/staging/jena/trunk/content/download/maven.html Mon Feb 16 12:16:08 2015 @@ -184,7 +184,7 @@ in the other artifacts.

-

The version number needs to be checked - it is not the same as apache-jena.

+

The version number of TDB needs to be checked - it is not the same as apache-jena.

Other modules need to be added separately, for example:

  <dependency>
     <groupId>org.apache.jena</groupId>
@@ -195,61 +195,97 @@ in the other artifacts.

Please check for the latest versions.

-

The full list of artifacts is:

+

Major Artifacts

+

Jena provides a number of maven artifacts as delivery points.
+There are also a number of maven artifacts used as part of +structuring Jena development.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Artifact IDNamePackagingDescription
jenaApache Jenapom
jena-arqApache Jena - ARQ (SPARQL 1.1 Query Engine)jarARQ is a SPARQL 1.1 query engine for Apache Jena
jena-examplesApache Jena - Code ExamplesjarA collection of example code illustrating uses of Apache Jena
jena-coreApache Jena - CorejarJena is a Java framework for building Semantic Web applications. It provides a programmatic environment for RDF, RDFS and OWL, SPARQL and includes a rule-based inference engine.
jena-csvApache Jena - Data Tables for RDF and SPARQLjarjena-csv is for getting CSVs into a form that is amenable to Jena SPARQL processing, and doing so in a way that is not specific to CSV files. It includes getting the right architecture in place for regular table shaped data, using the core abstraction of PropertyTable.
apache-jenaApache Jena - Distributionpom Apache Jena is a API and toolkit for working with semantic web technologies such as RDF and SPARQL using Java. This artifact represents the source and binary distribution packages generated for releases.
jena-elephasApache Jena - ElephaspomA collection of tools for working with RDF on the Hadoop platform
jena-elephas-commonApache Jena - Elephas - Common APICommon code for RDF on Hadoop such as writable types for RDF primitives
jena-elephas-ioApache Jena - Elephas - I/ORDF Input/Output formats library for Hadoop
jena-elephas-mapreduceApache Jena - Elephas - Map/ReduceContains some basic Map/Reduce implementations for working with RDF on Hadoop
jena-elephas-statsApache Jena - Elephas - Statistics Demo AppA demo application that can be run on Hadoop to produce a statistical analysis on arbitrary RDF inputs
jena-extrasApache Jena - ExtraspomExtra packages for Jena development. This is the parent module for the Jena Extra modules. These modules provide utiliities and larger packages that make Apache Jena development or usage easier but that do not fall within the standard Jena framework.
jena-querybuilderApache Jena - Extras - Query BuilderA utility package to simplify the building of ARQ queries in code. Provides both a simple builder interface for queries as well as simple prepared statement processing.
jena-fusekiApache Jena - FusekipomApache Jena Fuseki
jena-fusekiApache Jena - Fuseki1 (SPARQL 1.1 Server)jarFuseki is a SPARQL 1.1 Server which provides query, update and graph store protocol endpoints that can be used to expose triple store(s) over HTTP
apache-jena-fusekiApache Jena - Fuseki Binary DistributionpomFuseki distribution
jena-fuseki-coreApache Jena - Fuseki Server EnginejarFuseki is a SPARQL 1.1 Server which provides query, update and graph store protocol endpoints that can be used to expose triple stores over HTTP
jena-fuseki-serverApache Jena - Fuseki Server Standalone JarjarFuseki server - combined jar with built-in webserver.
jena-fuseki-warApache Jena - Fuseki WAR FilewarWAR file for Fuseki
jena-iriApache Jena - IRIjar The IRI module provides an implementation of the IRI and URI specifications (RFC 3987 and 3986) which are used across Jena in order to comply with relevant W3C specifications for RDF and SPARQL which require conformance to these specifications.
jena-jdbc-coreApache Jena - JDBC Core APIThis library provides core functionality for Jena JDBC
jena-jdbc-driver-bundleApache Jena - JDBC Driver BundleAn artifact which bundles up the standard Jena JDBC drivers into a single shaded JAR file to provide a convenience dependency
jena-jdbc-driver-memApache Jena - JDBC In-Memory DriverA Jena JDBC driver that uses an ARQ in-memory endpoint, intended primarily for testing purposes.
jena-jdbcApache Jena - JDBC ParentpomThis is the parent module for the Jena JDBC modules. These modules provide JDBC Type 4 drivers for in-memory and TDB datasets as well as remote SPARQL endpoints.
jena-jdbc-driver-remoteApache Jena - JDBC Remote Endpoint DriverA Jena JDBC driver for use with remote SPARQL endpoints.
jena-jdbc-driver-tdbApache Jena - JDBC TDB DriverA Jena JDBC driver for use with the Jena TDB backend
apache-jena-libsApache Jena - Libraries POMpomA convenience POM artifact that may be referenced to pull in all the standard Jena Libraries (Core, ARQ, IRI, and TDB) with a single dependency.
jena-maven-toolsApache Jena - Maven Plugins, including schemagenmaven-pluginPlugins for Apache Maven to perform source management activities, such as generating Java files from RDF vocabulary sources using Jena's schemagen tool
apache-jena-osgiApache Jena - OSGipomApache Jena OSGi distribution and test
jena-osgiApache Jena - OSGi bundlebundle Embedding the main Jena modules (iri/core/arq/tdb) in a single OSGi bundle.
jena-osgi-testApache Jena - OSGi integration testsbundleTests for jena-osgi as a bundle
jena-sdbApache Jena - SDB (SQL based triple store)jarSDB is a persistence layer for use with Apache Jena that uses an SQL database to store triples/quads.
jena-securityApache Jena - SecuritySecurity (Permissions) wrapper around Jena RDF implementation.
jena-spatialApache Jena - SPARQL Spatial Searchjar
jena-textApache Jena - SPARQL Text Searchjar
jena-tdbApache Jena - TDB (Native Triple Store)jarTDB is a storage subsystem for Jena and ARQ, it is a native triple store providing persisent disk based storage of triples/quads.
schemagen-demoschemagen-testjar
schemagen-testschemagen-testjar
schemagen-testschemagen-testjar
schemagen-testschemagen-testjar
schemagen-testschemagen-testjar
Artifact IDPackagingDescription
apache-jena-libspomA POM artifact that may be referenced to pull in all the standard Jena Libraries (Core, ARQ, IRI, and TDB) with a single dependency.
apache-jenapomThe binary distribution
apache-jena-fusekipomFuseki2 distribution
apache-jena-osgipomJena as an OSGi bundle
jena-sdbjarSDB (SQL based triple store). SDB should only be used when there is an absolute requirment on + using SQL. TDB is to be preferred.
jenapomThe formal released source-released for each Jena release. This is not a maven-runnable set of binary files
jena-spatialjarSPARQL Spatial Search. Included in Fuseki.
jena-textjarSPARQL Text Search. Included in Fuseki.
jena-csvApache Jena - Data Tables for RDF and SPARQLjarjena-csv is for getting CSVs into a form that is amenable to Jena SPARQL
jena-elephaspomA collection of tools for working with RDF on the Hadoop platform
jena-fuseki-warwarWAR file for Fuseki
jena-securityjarSecurity (Permissions) wrapper around Jena RDF implementation.
jena-maven-toolsmaven-pluginMaven Plugins, including schemagen
jena-jdbc-driver-bundlejarA collection of JDBC drivers
jena-querybuilderjarA utility package to simplify the building of ARQ queries in code. +
-

These artifacts are used to deliver Jena:

-
    -
  • apache-jena - the binary distribution
  • -
  • apache-jena-libs - a POM to include main jena-... artifacts
  • -
+

There are also a number of artifacts used in development. +The full list can be seen by browsing Maven

+

http://central.maven.org/maven2/org/apache/jena/

You can run mvn dependency:tree to print the dependency tree.

Specifying dependencies on SNAPSHOTs