License |
License |
---|---|
GroupId | GroupIdcom.revelytix |
ArtifactId | ArtifactIdspark-protocol |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspark-protocol - SPARQL client implementation of the SPARQL protocol
Defines an implementation of the spark-api that uses the SPARQL protocol to query remote SPARQL endpoints
via HTTP.
|
Project Organization |
Project OrganizationRevelytix Inc. |
Filename | Size |
---|---|
spark-protocol-0.1.2.pom | |
spark-protocol-0.1.2.jar | 15 KB |
spark-protocol-0.1.2-test-sources.jar | 1 KB |
spark-protocol-0.1.2-sources.jar | 8 KB |
spark-protocol-0.1.2-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.revelytix/spark-protocol/ -->
<dependency>
<groupId>com.revelytix</groupId>
<artifactId>spark-protocol</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.revelytix/spark-protocol/
implementation 'com.revelytix:spark-protocol:0.1.2'
// https://jarcasting.com/artifacts/com.revelytix/spark-protocol/
implementation ("com.revelytix:spark-protocol:0.1.2")
'com.revelytix:spark-protocol:jar:0.1.2'
<dependency org="com.revelytix" name="spark-protocol" rev="0.1.2">
<artifact name="spark-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.revelytix', module='spark-protocol', version='0.1.2')
)
libraryDependencies += "com.revelytix" % "spark-protocol" % "0.1.2"
[com.revelytix/spark-protocol "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.revelytix : spark-api | jar | 0.1.2 |
com.revelytix : spark-spi | jar | 0.1.2 |
org.apache.httpcomponents : httpcore | jar | 4.0.1 |
org.apache.httpcomponents : httpclient | jar | 4.0.1 |
org.apache.httpcomponents : httpmime | jar | 4.0.1 |