u

uimaj-ep-runtime-deployeditor

Bundles the uima-as runtime parts needed for the deploy editor extension to the CDE, as a fragment on top of the main uima runtime
${uimaWebsiteUrl}
Files download
File Operation
uimaj-ep-runtime-deployeditor-2.10.3.jar download
uimaj-ep-runtime-deployeditor-2.10.3.pom download
uimaj-ep-runtime-deployeditor-2.10.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.uima</groupId>
  <artifactId>uimaj-ep-runtime-deployeditor</artifactId>
  <version>2.10.3</version>
</dependency>
Gradle Groovy
implementation 'org.apache.uima:uimaj-ep-runtime-deployeditor:2.10.3'
Gradle Kotlin
implementation("org.apache.uima:uimaj-ep-runtime-deployeditor:2.10.3")
Scala SBT
libraryDependencies += "org.apache.uima" % "uimaj-ep-runtime-deployeditor" % "2.10.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.uima', module='uimaj-ep-runtime-deployeditor', version='2.10.3')
)
Apache Ivy
<dependency org="org.apache.uima" name="uimaj-ep-runtime-deployeditor" rev="2.10.3" />
Leiningen
[org.apache.uima/uimaj-ep-runtime-deployeditor "2.10.3"]
Apache Buildr
'org.apache.uima:uimaj-ep-runtime-deployeditor:jar:2.10.3'