GroupId | GroupIdorg.openrdf |
---|---|
ArtifactId | ArtifactIdrio |
Version | Version1.0.8 |
Type | Typejar |
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"]