| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.uima |
| Идентификатор | Идентификаторparent-pom |
| Версия | Версия14 |
| Тип | Типpom |
| Описание |
ОписаниеApache UIMA parent-pom
UIMA (Unstructured Information Management Architecture).
UIMA promotes community development and reuse of annotators
that extract metadata from unstructured information (text, audio, video, etc.);
it provides for externalized declaration of type systems,
component configuration, aggregation, and more,
supports scalablity, and provides tooling.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| parent-pom-14.pom | |
| parent-pom-14-gpg-plugin-patch.jar | 48 KB |
| parent-pom-14-checksum-plugin-patch.jar | 70 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.uima/parent-pom/ -->
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>parent-pom</artifactId>
<version>14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.uima/parent-pom/
implementation 'org.apache.uima:parent-pom:14'
// https://jarcasting.com/artifacts/org.apache.uima/parent-pom/
implementation ("org.apache.uima:parent-pom:14")
'org.apache.uima:parent-pom:pom:14'
<dependency org="org.apache.uima" name="parent-pom" rev="14">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.uima', module='parent-pom', version='14')
)
libraryDependencies += "org.apache.uima" % "parent-pom" % "14"
[org.apache.uima/parent-pom "14"]