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