Files download
File Operation
st-sparql-custom-service-backend-11.2.1.jar download
st-sparql-custom-service-backend-11.2.1.pom download
st-sparql-custom-service-backend-11.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>it.uniroma2.art.semanticturkey</groupId>
  <artifactId>st-sparql-custom-service-backend</artifactId>
  <version>11.2.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'it.uniroma2.art.semanticturkey:st-sparql-custom-service-backend:11.2.1'
Gradle Kotlin
implementation("it.uniroma2.art.semanticturkey:st-sparql-custom-service-backend:11.2.1")
Scala SBT
libraryDependencies += "it.uniroma2.art.semanticturkey" % "st-sparql-custom-service-backend" % "11.2.1"
Groovy Grape
@Grapes(
  @Grab(group='it.uniroma2.art.semanticturkey', module='st-sparql-custom-service-backend', version='11.2.1')
)
Apache Ivy
<dependency org="it.uniroma2.art.semanticturkey" name="st-sparql-custom-service-backend" rev="11.2.1" />
Leiningen
[it.uniroma2.art.semanticturkey/st-sparql-custom-service-backend "11.2.1"]
Apache Buildr
'it.uniroma2.art.semanticturkey:st-sparql-custom-service-backend:jar:11.2.1'