Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.rdf4j |
ArtifactId | ArtifactIdrdf4j-repository-contextaware |
Version | Version2.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.rdf4j/rdf4j-repository-contextaware/ -->
<dependency>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-repository-contextaware</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.rdf4j/rdf4j-repository-contextaware/
implementation 'org.eclipse.rdf4j:rdf4j-repository-contextaware:2.0.3'
// https://jarcasting.com/artifacts/org.eclipse.rdf4j/rdf4j-repository-contextaware/
implementation ("org.eclipse.rdf4j:rdf4j-repository-contextaware:2.0.3")
'org.eclipse.rdf4j:rdf4j-repository-contextaware:jar:2.0.3'
<dependency org="org.eclipse.rdf4j" name="rdf4j-repository-contextaware" rev="2.0.3">
<artifact name="rdf4j-repository-contextaware" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.rdf4j', module='rdf4j-repository-contextaware', version='2.0.3')
)
libraryDependencies += "org.eclipse.rdf4j" % "rdf4j-repository-contextaware" % "2.0.3"
[org.eclipse.rdf4j/rdf4j-repository-contextaware "2.0.3"]