MVN

org.apache.uima : uimaj-ep-runtime

Maven & Gradle

Feb 19, 2023
2 usages
60 stars

Apache UIMA Eclipse: uimaj-ep-runtime · Provides the core UIMA Framework to other Eclipse plugins for their use

<dependency>
    <groupId>org.apache.uima</groupId>
    <artifactId>uimaj-ep-runtime</artifactId>
    <version>3.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.uima : uimaj-ep-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.1
  • Latest Beta: 3.0.0-beta
  • Latest Alpha: 3.0.0-alpha02

All Versions

Choose a version of org.apache.uima : uimaj-ep-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
uimaj-ep-runtime-3.4.1
uimaj-ep-runtime-3.4.0
3.3.x
uimaj-ep-runtime-3.3.1
uimaj-ep-runtime-3.3.0
3.2.x
uimaj-ep-runtime-3.2.0
3.1.x
uimaj-ep-runtime-3.1.1
uimaj-ep-runtime-3.1.0
3.0.x
uimaj-ep-runtime-3.0.2
uimaj-ep-runtime-3.0.1
uimaj-ep-runtime-3.0.0
uimaj-ep-runtime-3.0.0-beta
uimaj-ep-runtime-3.0.0-alpha02
uimaj-ep-runtime-3.0.0-alpha
2.11.x
uimaj-ep-runtime-2.11.0
2.10.x
uimaj-ep-runtime-2.10.4
uimaj-ep-runtime-2.10.3
uimaj-ep-runtime-2.10.2
uimaj-ep-runtime-2.10.1
uimaj-ep-runtime-2.10.0
2.9.x
uimaj-ep-runtime-2.9.0
2.8.x
uimaj-ep-runtime-2.8.1
uimaj-ep-runtime-2.8.0
2.7.x
uimaj-ep-runtime-2.7.0
2.6.x
uimaj-ep-runtime-2.6.0
2.5.x
uimaj-ep-runtime-2.5.0
2.4.x
uimaj-ep-runtime-2.4.2
uimaj-ep-runtime-2.4.1
uimaj-ep-runtime-2.4.0
2.3.x
uimaj-ep-runtime-2.3.1

How to add a dependency to Maven

Add the following org.apache.uima : uimaj-ep-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.uima</groupId>
    <artifactId>uimaj-ep-runtime</artifactId>
    <version>3.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.uima : uimaj-ep-runtime gradle dependency to your build.gradle file:

implementation 'org.apache.uima:uimaj-ep-runtime:3.4.1'

Gradle Kotlin DSL: Add the following org.apache.uima : uimaj-ep-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.uima:uimaj-ep-runtime:3.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.uima : uimaj-ep-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.uima" % "uimaj-ep-runtime" % "3.4.1"

Advertisement