s

st-core-framework

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