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