Categories |
CategoriesGroovy Languages |
---|---|
GroupId | GroupIdcom.github.albaker |
ArtifactId | ArtifactIdGroovySparql |
Version | Version0.8.1 |
Type | Typejar |
Filename | Size |
---|---|
GroovySparql-0.8.1.pom | |
GroovySparql-0.8.1.jar | 37 KB |
GroovySparql-0.8.1-sources.jar | 6 KB |
GroovySparql-0.8.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.albaker/GroovySparql/ -->
<dependency>
<groupId>com.github.albaker</groupId>
<artifactId>GroovySparql</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.albaker/GroovySparql/
implementation 'com.github.albaker:GroovySparql:0.8.1'
// https://jarcasting.com/artifacts/com.github.albaker/GroovySparql/
implementation ("com.github.albaker:GroovySparql:0.8.1")
'com.github.albaker:GroovySparql:jar:0.8.1'
<dependency org="com.github.albaker" name="GroovySparql" rev="0.8.1">
<artifact name="GroovySparql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.albaker', module='GroovySparql', version='0.8.1')
)
libraryDependencies += "com.github.albaker" % "GroovySparql" % "0.8.1"
[com.github.albaker/GroovySparql "0.8.1"]