GroupId | GroupIdorg.apache.uima |
---|---|
ArtifactId | ArtifactIdaggregate-uima-as |
Version | Version2.6.0 |
Type | Typepom |
Filename | Size |
---|---|
aggregate-uima-as-2.6.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.uima/aggregate-uima-as/ -->
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>aggregate-uima-as</artifactId>
<version>2.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.uima/aggregate-uima-as/
implementation 'org.apache.uima:aggregate-uima-as:2.6.0'
// https://jarcasting.com/artifacts/org.apache.uima/aggregate-uima-as/
implementation ("org.apache.uima:aggregate-uima-as:2.6.0")
'org.apache.uima:aggregate-uima-as:pom:2.6.0'
<dependency org="org.apache.uima" name="aggregate-uima-as" rev="2.6.0">
<artifact name="aggregate-uima-as" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.uima', module='aggregate-uima-as', version='2.6.0')
)
libraryDependencies += "org.apache.uima" % "aggregate-uima-as" % "2.6.0"
[org.apache.uima/aggregate-uima-as "2.6.0"]