is not current version
Last Version 6

org.apache.uima:uima-build-resources 1

This Jar contains resources referred to by maven coordinates, needed during building

GroupId

GroupId

org.apache.uima
ArtifactId

ArtifactId

uima-build-resources
Version

Version

1
Type

Type

jar

Download uima-build-resources 1


<!-- https://jarcasting.com/artifacts/org.apache.uima/uima-build-resources/ -->
<dependency>
    <groupId>org.apache.uima</groupId>
    <artifactId>uima-build-resources</artifactId>
    <version>1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.uima/uima-build-resources/
implementation 'org.apache.uima:uima-build-resources:1'
// https://jarcasting.com/artifacts/org.apache.uima/uima-build-resources/
implementation ("org.apache.uima:uima-build-resources:1")
'org.apache.uima:uima-build-resources:jar:1'
<dependency org="org.apache.uima" name="uima-build-resources" rev="1">
  <artifact name="uima-build-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.uima', module='uima-build-resources', version='1')
)
libraryDependencies += "org.apache.uima" % "uima-build-resources" % "1"
[org.apache.uima/uima-build-resources "1"]