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