s

semanticturkey

Semantic Turkey parent project. It contains the three modules about: core business logic, core services and firefox extension (ui and client in general) of the system. Three additional modules provide an implementation for the ontology manager to be bundled with the tool, an applet for graph visualization of ontologies and concept schemes and a test suite to run tests on a java client framework. An ANT build file allows to package the xpi for Firefox installation (read README2BUILD.TXT file for info)
http://semanticturkey.uniroma2.it/
BSD-3-Clause
ART Group, University of Rome, Tor Vergata
Armando Stellato Manuel Fiorelli Andrea Turbati Tiziano Lorenzetti
文件下载
文件名 操作
semanticturkey-4.0.2.pom 下载
Apache Maven
<dependency>
  <groupId>it.uniroma2.art.semanticturkey</groupId>
  <artifactId>semanticturkey</artifactId>
  <version>4.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'it.uniroma2.art.semanticturkey:semanticturkey:4.0.2'
Gradle Kotlin
implementation("it.uniroma2.art.semanticturkey:semanticturkey:4.0.2")
Scala SBT
libraryDependencies += "it.uniroma2.art.semanticturkey" % "semanticturkey" % "4.0.2"
Groovy Grape
@Grapes(
  @Grab(group='it.uniroma2.art.semanticturkey', module='semanticturkey', version='4.0.2')
)
Apache Ivy
<dependency org="it.uniroma2.art.semanticturkey" name="semanticturkey" rev="4.0.2" />
Leiningen
[it.uniroma2.art.semanticturkey/semanticturkey "4.0.2"]
Apache Buildr
'it.uniroma2.art.semanticturkey:semanticturkey:jar:4.0.2'
本项目依赖
该项目无第三方依赖