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