| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.commons |
| ArtifactId | ArtifactIdcommons-rdf-rdf4j |
| Last Version | Last Version0.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCommons RDF impl: RDF4j
Eclipse RDF4j implementation of Commons RDF API
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| commons-rdf-rdf4j-0.5.0.pom | |
| commons-rdf-rdf4j-0.5.0.jar | 44 KB |
| commons-rdf-rdf4j-0.5.0-tests.jar | 11 KB |
| commons-rdf-rdf4j-0.5.0-test-sources.jar | 12 KB |
| commons-rdf-rdf4j-0.5.0-sources.jar | 43 KB |
| commons-rdf-rdf4j-0.5.0-javadoc.jar | 127 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-rdf-rdf4j/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rdf-rdf4j</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-rdf-rdf4j/
implementation 'org.apache.commons:commons-rdf-rdf4j:0.5.0'
// https://jarcasting.com/artifacts/org.apache.commons/commons-rdf-rdf4j/
implementation ("org.apache.commons:commons-rdf-rdf4j:0.5.0")
'org.apache.commons:commons-rdf-rdf4j:jar:0.5.0'
<dependency org="org.apache.commons" name="commons-rdf-rdf4j" rev="0.5.0">
<artifact name="commons-rdf-rdf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-rdf-rdf4j', version='0.5.0')
)
libraryDependencies += "org.apache.commons" % "commons-rdf-rdf4j" % "0.5.0"
[org.apache.commons/commons-rdf-rdf4j "0.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-rdf-api | jar | 0.5.0 |
| org.apache.commons : commons-rdf-simple | jar | 0.5.0 |
| org.eclipse.rdf4j : rdf4j-model | jar | |
| org.eclipse.rdf4j : rdf4j-repository-api | jar | |
| org.eclipse.rdf4j : rdf4j-rio-turtle | jar | |
| org.eclipse.rdf4j : rdf4j-rio-ntriples | jar | |
| org.eclipse.rdf4j : rdf4j-rio-nquads | jar | |
| org.eclipse.rdf4j : rdf4j-rio-rdfxml | jar | |
| org.eclipse.rdf4j : rdf4j-rio-trig | jar | |
| org.eclipse.rdf4j : rdf4j-rio-jsonld | jar | |
| org.eclipse.rdf4j : rdf4j-sail-memory | jar | |
| org.eclipse.rdf4j : rdf4j-repository-sail | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.rdf4j : rdf4j-sail-nativerdf | jar | |
| org.apache.commons : commons-rdf-api | jar | 0.5.0 |
| junit : junit | jar | 4.12 |
| org.slf4j : slf4j-simple | jar | 1.7.25 |