Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Jena Context Provider Dependencies"

Line 24: Line 24:
 
| 1.4
 
| 1.4
 
| http://jena.sourceforge.net/ARQ/license.html
 
| http://jena.sourceforge.net/ARQ/license.html
 +
|-
 +
| [N/A IRI]
 +
|[http://graceland.parityinc.net:8080/lib/jena_2.4/iri.jar iri.jar]
 +
|
 +
|
 +
| This jar is required at runtime. It looks like a jena's component but there is no any documentation waht it really is.
 +
| N/A
 +
| N/A
 
|-
 
|-
 
| [http://jakarta.apache.org/commons/logging/ Commons Logging]
 
| [http://jakarta.apache.org/commons/logging/ Commons Logging]

Revision as of 19:44, 20 November 2006

This page is a work in progress...

Library Home Page (URL) Jar(s) (URL) Used for Version License (URL)
Jena jena.jar Jena is a framework for building Semantic Web applications. Used to read and write context's data in RDF / OWL formats. 2.4 http://jena.sourceforge.net/license.html
ARQ arq.jar ARQ is a query engine for Jena that supports the SPARQL RDF Query language. Used to query data represented in RDF / OWL formats. 1.4 http://jena.sourceforge.net/ARQ/license.html
[N/A IRI] iri.jar This jar is required at runtime. It looks like a jena's component but there is no any documentation waht it really is. N/A N/A
Commons Logging commons-logging.jar Used by Jena internally. 1.0.4 http://www.apache.org/licenses/LICENSE-2.0.txt
Concurrent concurrent.jar Used by Jena internally. 1.3.2 Public Domain
ICU4J icu4j_3_4.jar Used by Jena internally. 3.4 http://www-306.ibm.com/software/globalization/icu/license.jsp
Log4J log4j-1.2.12.jar Used by Jena internally. 1.2.12 http://www.apache.org/licenses/LICENSE-2.0.txt
Xerces xercesImpl.jar Used by Jena internally. 2.7.1 http://www.apache.org/licenses/LICENSE-2.0.txt

.

See Also

Back to the top