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