Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.rdf4j |
ArtifactId | ArtifactIdrdf4j-queryparser-serql |
Version | Version2.0M2 |
Type | Typejar |
Filename | Size |
---|---|
rdf4j-queryparser-serql-2.0M2.pom | |
rdf4j-queryparser-serql-2.0M2.jar | 165 KB |
rdf4j-queryparser-serql-2.0M2-sources.jar | 118 KB |
rdf4j-queryparser-serql-2.0M2-javadoc.jar | 593 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.rdf4j/rdf4j-queryparser-serql/ -->
<dependency>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-queryparser-serql</artifactId>
<version>2.0M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.rdf4j/rdf4j-queryparser-serql/
implementation 'org.eclipse.rdf4j:rdf4j-queryparser-serql:2.0M2'
// https://jarcasting.com/artifacts/org.eclipse.rdf4j/rdf4j-queryparser-serql/
implementation ("org.eclipse.rdf4j:rdf4j-queryparser-serql:2.0M2")
'org.eclipse.rdf4j:rdf4j-queryparser-serql:jar:2.0M2'
<dependency org="org.eclipse.rdf4j" name="rdf4j-queryparser-serql" rev="2.0M2">
<artifact name="rdf4j-queryparser-serql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.rdf4j', module='rdf4j-queryparser-serql', version='2.0M2')
)
libraryDependencies += "org.eclipse.rdf4j" % "rdf4j-queryparser-serql" % "2.0M2"
[org.eclipse.rdf4j/rdf4j-queryparser-serql "2.0M2"]