| Лицензия |
Лицензия |
|---|---|
| Группа | Группаit.uniroma2.art.coda |
| Идентификатор | Идентификаторcoda |
| Последняя версия | Последняя версия1.7.6 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеCODA
CODA (Computer-aided Ontology Development Architecture) is an architecture and an associated Java framework for the RDF triplification of UIMA results from analysis of unstructured content.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| coda-1.7.6.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/it.uniroma2.art.coda/coda/ -->
<dependency>
<groupId>it.uniroma2.art.coda</groupId>
<artifactId>coda</artifactId>
<version>1.7.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/it.uniroma2.art.coda/coda/
implementation 'it.uniroma2.art.coda:coda:1.7.6'
// https://jarcasting.com/artifacts/it.uniroma2.art.coda/coda/
implementation ("it.uniroma2.art.coda:coda:1.7.6")
'it.uniroma2.art.coda:coda:pom:1.7.6'
<dependency org="it.uniroma2.art.coda" name="coda" rev="1.7.6">
<artifact name="coda" type="pom" />
</dependency>
@Grapes(
@Grab(group='it.uniroma2.art.coda', module='coda', version='1.7.6')
)
libraryDependencies += "it.uniroma2.art.coda" % "coda" % "1.7.6"
[it.uniroma2.art.coda/coda "1.7.6"]