License |
License |
---|---|
GroupId | GroupIdorg.apache.uima |
ArtifactId | ArtifactIduima-jar-resource-bundle |
Version | Version3 |
Type | Typejar |
Description |
DescriptionUIMA Jar shared resources
An archive which contains templates for generating
the necessary license files and notices for all Apache releases.
Include via remote-resources plugin, to have the LICENSE,
NOTICE and DEPENDENCIES files added to the META-INF
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.uima/uima-jar-resource-bundle/ -->
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uima-jar-resource-bundle</artifactId>
<version>3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.uima/uima-jar-resource-bundle/
implementation 'org.apache.uima:uima-jar-resource-bundle:3'
// https://jarcasting.com/artifacts/org.apache.uima/uima-jar-resource-bundle/
implementation ("org.apache.uima:uima-jar-resource-bundle:3")
'org.apache.uima:uima-jar-resource-bundle:jar:3'
<dependency org="org.apache.uima" name="uima-jar-resource-bundle" rev="3">
<artifact name="uima-jar-resource-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.uima', module='uima-jar-resource-bundle', version='3')
)
libraryDependencies += "org.apache.uima" % "uima-jar-resource-bundle" % "3"
[org.apache.uima/uima-jar-resource-bundle "3"]