| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка KeY Данные Data Formats Formal Verification |
| Группа | Группаit.uniroma2.art.semanticturkey |
| Идентификатор | Идентификаторst-core-extensions |
| Версия | Версия10.0 |
| Тип | Типpom |
| Описание |
Описание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)
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| st-core-extensions-10.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/it.uniroma2.art.semanticturkey/st-core-extensions/ -->
<dependency>
<groupId>it.uniroma2.art.semanticturkey</groupId>
<artifactId>st-core-extensions</artifactId>
<version>10.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/it.uniroma2.art.semanticturkey/st-core-extensions/
implementation 'it.uniroma2.art.semanticturkey:st-core-extensions:10.0'
// https://jarcasting.com/artifacts/it.uniroma2.art.semanticturkey/st-core-extensions/
implementation ("it.uniroma2.art.semanticturkey:st-core-extensions:10.0")
'it.uniroma2.art.semanticturkey:st-core-extensions:pom:10.0'
<dependency org="it.uniroma2.art.semanticturkey" name="st-core-extensions" rev="10.0">
<artifact name="st-core-extensions" type="pom" />
</dependency>
@Grapes(
@Grab(group='it.uniroma2.art.semanticturkey', module='st-core-extensions', version='10.0')
)
libraryDependencies += "it.uniroma2.art.semanticturkey" % "st-core-extensions" % "10.0"
[it.uniroma2.art.semanticturkey/st-core-extensions "10.0"]