is not current version
Last Version 1.0.10

org.openrdf:rio 1.0.8

"Rio" stands for RDF I/O. It is a set of parsers and writers for RDF that has been designed with speed and standards-compliance as the main concerns.

GroupId

GroupId

org.openrdf
ArtifactId

ArtifactId

rio
Version

Version

1.0.8
Type

Type

jar

Download rio 1.0.8

Filename Size
rio-1.0.8.pom
rio-1.0.8.jar 57 KB
Browse

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