License |
License |
---|---|
Categories |
CategoriesAnt Build Tools KeY Data Data Formats Formal Verification |
GroupId | GroupIdit.uniroma2.art.semanticturkey |
ArtifactId | ArtifactIdst-custom-service-backends |
Last Version | Last Version11.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSemantic 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)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
st-custom-service-backends-11.1.pom | 552 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/it.uniroma2.art.semanticturkey/st-custom-service-backends/ -->
<dependency>
<groupId>it.uniroma2.art.semanticturkey</groupId>
<artifactId>st-custom-service-backends</artifactId>
<version>11.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/it.uniroma2.art.semanticturkey/st-custom-service-backends/
implementation 'it.uniroma2.art.semanticturkey:st-custom-service-backends:11.1'
// https://jarcasting.com/artifacts/it.uniroma2.art.semanticturkey/st-custom-service-backends/
implementation ("it.uniroma2.art.semanticturkey:st-custom-service-backends:11.1")
'it.uniroma2.art.semanticturkey:st-custom-service-backends:pom:11.1'
<dependency org="it.uniroma2.art.semanticturkey" name="st-custom-service-backends" rev="11.1">
<artifact name="st-custom-service-backends" type="pom" />
</dependency>
@Grapes(
@Grab(group='it.uniroma2.art.semanticturkey', module='st-custom-service-backends', version='11.1')
)
libraryDependencies += "it.uniroma2.art.semanticturkey" % "st-custom-service-backends" % "11.1"
[it.uniroma2.art.semanticturkey/st-custom-service-backends "11.1"]