| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка KeY Данные Data Formats Formal Verification |
| Группа | Группаit.uniroma2.art.semanticturkey |
| Идентификатор | Идентификаторst-custom-service-backends |
| Последняя версия | Последняя версия11.1 |
| Дата | Дата |
| Тип | Тип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-custom-service-backends-11.1.pom | 552 bytes |
| Обзор |
<!-- 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"]