is not current version
Last Version 0.5.0

org.apache.commons:commons-rdf-simple 0.4.0

Simple (if not naive) implementation of Commons RDF API

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-rdf-simple
Version

Version

0.4.0
Type

Type

jar

Download commons-rdf-simple 0.4.0


<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-rdf-simple/ -->
<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-rdf-simple</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-rdf-simple/
implementation 'org.apache.commons:commons-rdf-simple:0.4.0'
// https://jarcasting.com/artifacts/org.apache.commons/commons-rdf-simple/
implementation ("org.apache.commons:commons-rdf-simple:0.4.0")
'org.apache.commons:commons-rdf-simple:jar:0.4.0'
<dependency org="org.apache.commons" name="commons-rdf-simple" rev="0.4.0">
  <artifact name="commons-rdf-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-rdf-simple', version='0.4.0')
)
libraryDependencies += "org.apache.commons" % "commons-rdf-simple" % "0.4.0"
[org.apache.commons/commons-rdf-simple "0.4.0"]