| License |
License |
|---|---|
| GroupId | GroupIdcom.hp.hpl.jena |
| ArtifactId | ArtifactIdjena |
| Last Version | Last Version2.6.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJena
Jena 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.
|
| Project Organization |
Project OrganizationThe Jena Project |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jena-2.6.4.pom | |
| jena-2.6.4.zip | 22 MB |
| jena-2.6.4-tests.jar | 1 MB |
| jena-2.6.4-test-sources.jar | 960 KB |
| jena-2.6.4-sources.jar | 2 MB |
| jena-2.6.4-javadoc.jar | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hp.hpl.jena/jena/ -->
<dependency>
<groupId>com.hp.hpl.jena</groupId>
<artifactId>jena</artifactId>
<version>2.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.hp.hpl.jena/jena/
implementation 'com.hp.hpl.jena:jena:2.6.4'
// https://jarcasting.com/artifacts/com.hp.hpl.jena/jena/
implementation ("com.hp.hpl.jena:jena:2.6.4")
'com.hp.hpl.jena:jena:jar:2.6.4'
<dependency org="com.hp.hpl.jena" name="jena" rev="2.6.4">
<artifact name="jena" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hp.hpl.jena', module='jena', version='2.6.4')
)
libraryDependencies += "com.hp.hpl.jena" % "jena" % "2.6.4"
[com.hp.hpl.jena/jena "2.6.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.hp.hpl.jena : iri | jar | 0.8 |
| com.ibm.icu : icu4j | jar | 3.4.4 |
| xerces : xercesImpl | jar | 2.7.1 |
| org.slf4j : slf4j-api | jar | 1.5.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.5.8 |
| log4j : log4j | jar | 1.2.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.5 |