SPARQL-Generate
This project contains the sources of the implementations of SPARQL-Generate and STTL (a.k.a. SPARQL-Template) over Apache Jena.
License |
License |
---|---|
GroupId | GroupIdcom.github.thesmartenergy |
ArtifactId | ArtifactIdsparql-generate-parent |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSPARQL-Generate
The parent project for SPARQL-Generate over Apache Jena, and its demonstration website
|
Project Organization |
Project OrganizationÉcole des Mines de Saint-Étienne |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sparql-generate-parent-1.3.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thesmartenergy/sparql-generate-parent/ -->
<dependency>
<groupId>com.github.thesmartenergy</groupId>
<artifactId>sparql-generate-parent</artifactId>
<version>1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thesmartenergy/sparql-generate-parent/
implementation 'com.github.thesmartenergy:sparql-generate-parent:1.3'
// https://jarcasting.com/artifacts/com.github.thesmartenergy/sparql-generate-parent/
implementation ("com.github.thesmartenergy:sparql-generate-parent:1.3")
'com.github.thesmartenergy:sparql-generate-parent:pom:1.3'
<dependency org="com.github.thesmartenergy" name="sparql-generate-parent" rev="1.3">
<artifact name="sparql-generate-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.thesmartenergy', module='sparql-generate-parent', version='1.3')
)
libraryDependencies += "com.github.thesmartenergy" % "sparql-generate-parent" % "1.3"
[com.github.thesmartenergy/sparql-generate-parent "1.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 1.3 |
This project contains the sources of the implementations of SPARQL-Generate and STTL (a.k.a. SPARQL-Template) over Apache Jena.