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