is not current version
Last Version 0.9.0

com.github.albaker:GroovySparql 0.7

Groovy SPARQL provides an easy to use Groovy API for W3C standard SPARQL endpoints

Categories

Categories

Groovy Languages
GroupId

GroupId

com.github.albaker
ArtifactId

ArtifactId

GroovySparql
Version

Version

0.7
Type

Type

jar

Download GroovySparql 0.7


<!-- https://jarcasting.com/artifacts/com.github.albaker/GroovySparql/ -->
<dependency>
    <groupId>com.github.albaker</groupId>
    <artifactId>GroovySparql</artifactId>
    <version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.albaker/GroovySparql/
implementation 'com.github.albaker:GroovySparql:0.7'
// https://jarcasting.com/artifacts/com.github.albaker/GroovySparql/
implementation ("com.github.albaker:GroovySparql:0.7")
'com.github.albaker:GroovySparql:jar:0.7'
<dependency org="com.github.albaker" name="GroovySparql" rev="0.7">
  <artifact name="GroovySparql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.albaker', module='GroovySparql', version='0.7')
)
libraryDependencies += "com.github.albaker" % "GroovySparql" % "0.7"
[com.github.albaker/GroovySparql "0.7"]