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