r

rio

"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.
http://www.openrdf.org
GNU Lesser General Public License (LGPL)
Aduna B.V.
Files download
File Operation
rio-1.0.10.jar download
rio-1.0.10.pom download
rio-1.0.10-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openrdf</groupId>
  <artifactId>rio</artifactId>
  <version>1.0.10</version>
</dependency>
Gradle Groovy
implementation 'org.openrdf:rio:1.0.10'
Gradle Kotlin
implementation("org.openrdf:rio:1.0.10")
Scala SBT
libraryDependencies += "org.openrdf" % "rio" % "1.0.10"
Groovy Grape
@Grapes(
  @Grab(group='org.openrdf', module='rio', version='1.0.10')
)
Apache Ivy
<dependency org="org.openrdf" name="rio" rev="1.0.10" />
Leiningen
[org.openrdf/rio "1.0.10"]
Apache Buildr
'org.openrdf:rio:jar:1.0.10'