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