| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.uima |
| ArtifactId | ArtifactIdtextmarker-parent |
| Version | Version2.0.0 |
| Type | Typepom |
| Description |
DescriptionApache UIMA TextMarker: textmarker-parent
The common parent pom for the UIMA TextMarker
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| textmarker-parent-2.0.0.pom | 7 KB |
| Browse |
<!-- 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"]