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