is not current version
Last Version 0.1.7

com.revelytix:sherpa-java 0.1.6

Defines a SPARQL client API implementation using the SHERPA fast protocol for client-server communication. Requires a SHERPA-enabled server.

Categories

Categories

Java Languages
GroupId

GroupId

com.revelytix
ArtifactId

ArtifactId

sherpa-java
Version

Version

0.1.6
Type

Type

jar

Download sherpa-java 0.1.6


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