Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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 45: Line 45:
 
| Public Domain
 
| Public Domain
 
|-
 
|-
| [http://www-306.ibm.com/software/globalization/icu/ ICU4J]
+
| [http://www.icu-project.org/ ICU4J]
|[http://shangrila.parityinc.net:8888/projects_deps/icu4j_3_4.jar icu4j_3_4.jar]
+
|[ftp://ftp.software.ibm.com/software/globalization/icu/icu4j/3.4.5/icu4j_3_4_5.jar icu4j_3_4.jar]
 
| Used by Jena internally.
 
| Used by Jena internally.
 
| 3.4 Approved: CQ1169
 
| 3.4 Approved: CQ1169
| http://www-306.ibm.com/software/globalization/icu/license.jsp
+
| http://source.icu-project.org/repos/icu/icu/trunk/license.html
 
|-
 
|-
 
| [http://logging.apache.org/log4j/ Log4J]
 
| [http://logging.apache.org/log4j/ Log4J]

Latest revision as of 22:00, 27 August 2008

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 (can be checked in under incubator rules) 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
[IRI] no separate link iri.jar This jar is required by Jena at runtime. It looks like a jena's component but there is no any documentation what it really is. 0.3 CQ1173 (Ok to check in under incubator rules) http://jena.sourceforge.net/Licenses/index.html
Commons Logging commons-logging.jar Used by Jena internally. 1.0.4 Approved: CQ1169 http://www.apache.org/licenses/LICENSE-2.0.txt
Backport-util-Concurrent concurrent.jar Used by Jena internally. 2.2 Approved: CQ1172 Public Domain
Backport-util-Concurrent concurrent.jar Used by Jena internally. 1.3.2 Approved: CQ1663 Public Domain
ICU4J icu4j_3_4.jar Used by Jena internally. 3.4 Approved: CQ1169 http://source.icu-project.org/repos/icu/icu/trunk/license.html
Log4J log4j-1.2.13.jar Used by Jena internally. 1.2.13 http://www.apache.org/licenses/LICENSE-2.0.txt
Xerces xercesImpl.jar Used by Jena internally. 2.7.1 Approved: CQ1171, CQ1650 http://www.apache.org/licenses/LICENSE-2.0.txt
HSQLDB JDBC Driver hsqldb.jar JDBC driver for HSQL Database used to write and read context's data to and from HSQL database. (Needed for Runtime only. Not needed to build.) 1.8.0.5 http://hsqldb.org/web/hsqlLicense.html

.

Org.eclipse.higgins.idas.cp.jena2.deps.png

See Also

Back to the top