| License | License | 
|---|---|
| GroupId | GroupIdorg.apache.commons | 
| ArtifactId | ArtifactIdcommons-rdf-simple | 
| Last Version | Last Version0.5.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionCommons RDF impl: Simple Simple (if not naive) implementation of Commons RDF API | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-rdf-simple/ -->
<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-rdf-simple</artifactId>
    <version>0.5.0</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.commons/commons-rdf-simple/
implementation 'org.apache.commons:commons-rdf-simple:0.5.0'// https://jarcasting.com/artifacts/org.apache.commons/commons-rdf-simple/
implementation ("org.apache.commons:commons-rdf-simple:0.5.0")'org.apache.commons:commons-rdf-simple:jar:0.5.0'<dependency org="org.apache.commons" name="commons-rdf-simple" rev="0.5.0">
  <artifact name="commons-rdf-simple" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.commons', module='commons-rdf-simple', version='0.5.0')
)libraryDependencies += "org.apache.commons" % "commons-rdf-simple" % "0.5.0"[org.apache.commons/commons-rdf-simple "0.5.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.commons : commons-rdf-api | jar | 0.5.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.commons : commons-rdf-api | jar | 0.5.0 | 
| junit : junit | jar | 4.12 | 
| org.slf4j : slf4j-simple | jar | 1.7.25 |