s

st-core-framework

Semantic Turkey main project. It contains the core business logic of the system.
Armando Stellato
Files download
File Operation
st-core-framework-0.12.jar download
st-core-framework-0.12.pom download
st-core-framework-0.12-sources.jar download
Apache Maven
<dependency>
  <groupId>it.uniroma2.art.semanticturkey</groupId>
  <artifactId>st-core-framework</artifactId>
  <version>0.12</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'it.uniroma2.art.semanticturkey:st-core-framework:0.12'
Gradle Kotlin
implementation("it.uniroma2.art.semanticturkey:st-core-framework:0.12")
Scala SBT
libraryDependencies += "it.uniroma2.art.semanticturkey" % "st-core-framework" % "0.12"
Groovy Grape
@Grapes(
  @Grab(group='it.uniroma2.art.semanticturkey', module='st-core-framework', version='0.12')
)
Apache Ivy
<dependency org="it.uniroma2.art.semanticturkey" name="st-core-framework" rev="0.12" />
Leiningen
[it.uniroma2.art.semanticturkey/st-core-framework "0.12"]
Apache Buildr
'it.uniroma2.art.semanticturkey:st-core-framework:jar:0.12'