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