MVN

org.apache.uima : uimaj-cpe

Maven & Gradle

Feb 19, 2023
16 usages
60 stars

Apache UIMA Base: uimaj-cpe: Collection Processing Engine · The implementation of a simple scaleout capability, called the Collection Processing Engine. New implementations may find UIMA-AS a better scaleout mechanism.

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

Latest Version

Choose a version of org.apache.uima : uimaj-cpe 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-cpe to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.apache.uima:uimaj-cpe:3.4.1'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement

Dependencies from Group

Feb 19, 2023
482 usages
60 stars
Feb 03, 2023
370 usages
32 stars
Feb 19, 2023
45 usages
60 stars
Feb 19, 2023
33 usages
60 stars
Feb 19, 2023
20 usages
60 stars

Discover Dependencies