GroupId | GroupIdorg.apache.uima |
---|---|
ArtifactId | ArtifactIduimaj-ep-deployeditor |
Version | Version2.4.2 |
Type | Typejar |
Filename | Size |
---|---|
uimaj-ep-deployeditor-2.4.2.pom | |
uimaj-ep-deployeditor-2.4.2.jar | 158 KB |
uimaj-ep-deployeditor-2.4.2-sources.jar | 90 KB |
uimaj-ep-deployeditor-2.4.2-javadoc.jar | 288 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.uima/uimaj-ep-deployeditor/ -->
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-ep-deployeditor</artifactId>
<version>2.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.uima/uimaj-ep-deployeditor/
implementation 'org.apache.uima:uimaj-ep-deployeditor:2.4.2'
// https://jarcasting.com/artifacts/org.apache.uima/uimaj-ep-deployeditor/
implementation ("org.apache.uima:uimaj-ep-deployeditor:2.4.2")
'org.apache.uima:uimaj-ep-deployeditor:jar:2.4.2'
<dependency org="org.apache.uima" name="uimaj-ep-deployeditor" rev="2.4.2">
<artifact name="uimaj-ep-deployeditor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.uima', module='uimaj-ep-deployeditor', version='2.4.2')
)
libraryDependencies += "org.apache.uima" % "uimaj-ep-deployeditor" % "2.4.2"
[org.apache.uima/uimaj-ep-deployeditor "2.4.2"]