| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.uima |
| Идентификатор | Идентификаторtextmarker-parent |
| Версия | Версия2.0.0 |
| Тип | Типpom |
| Описание |
ОписаниеApache UIMA TextMarker: textmarker-parent
The common parent pom for the UIMA TextMarker
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| textmarker-parent-2.0.0.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.uima/textmarker-parent/ -->
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>textmarker-parent</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.uima/textmarker-parent/
implementation 'org.apache.uima:textmarker-parent:2.0.0'
// https://jarcasting.com/artifacts/org.apache.uima/textmarker-parent/
implementation ("org.apache.uima:textmarker-parent:2.0.0")
'org.apache.uima:textmarker-parent:pom:2.0.0'
<dependency org="org.apache.uima" name="textmarker-parent" rev="2.0.0">
<artifact name="textmarker-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.uima', module='textmarker-parent', version='2.0.0')
)
libraryDependencies += "org.apache.uima" % "textmarker-parent" % "2.0.0"
[org.apache.uima/textmarker-parent "2.0.0"]