u

uimaj-as-activemq

UIMA-AS ActiveMQ incorporation
${uimaWebsiteUrl}
Files download
File Operation
uimaj-as-activemq-2.10.3.jar download
uimaj-as-activemq-2.10.3.pom download
uimaj-as-activemq-2.10.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.uima</groupId>
  <artifactId>uimaj-as-activemq</artifactId>
  <version>2.10.3</version>
</dependency>
Gradle Groovy
implementation 'org.apache.uima:uimaj-as-activemq:2.10.3'
Gradle Kotlin
implementation("org.apache.uima:uimaj-as-activemq:2.10.3")
Scala SBT
libraryDependencies += "org.apache.uima" % "uimaj-as-activemq" % "2.10.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.uima', module='uimaj-as-activemq', version='2.10.3')
)
Apache Ivy
<dependency org="org.apache.uima" name="uimaj-as-activemq" rev="2.10.3" />
Leiningen
[org.apache.uima/uimaj-as-activemq "2.10.3"]
Apache Buildr
'org.apache.uima:uimaj-as-activemq:jar:2.10.3'
Dependencies
<parent>
  <groupId>org.apache.uima</groupId>
  <artifactId>uima-as-parent</artifactId>
  <version>2.10.3</version>
</parent>

compile

|-- org.apache.uima:uimaj-core

|-- org.apache.activemq:activemq-client

|-- org.apache.activemq:activemq-broker

|-- org.apache.activemq:activemq-jaas

|-- org.apache.activemq:activemq-console

|-- org.apache.activemq:activemq-http

|-- org.apache.activemq:activemq-web

|-- org.apache.activemq:activemq-spring

|-- org.apache.activemq:activemq-leveldb-store

|-- org.apache.activemq:activemq-log4j-appender

|-- org.apache.activemq:activemq-amqp

|-- org.apache.activemq:activemq-partition

|-- org.apache.activemq:activemq-runtime-config

|-- org.apache.activemq:activemq-shiro

|-- org.apache.commons:commons-pool2

|-- org.apache.activemq:activemq-kahadb-store

|-- org.fusesource.hawtbuf:hawtbuf

|-- org.apache.uima:uimaj-as-core

|-- org.apache.uima:uimaj-as-jms

|-- org.springframework:spring-core

|-- org.springframework:spring-aop

|-- org.springframework:spring-beans

|-- org.springframework:spring-context

|-- org.springframework:spring-expression

|-- org.springframework:spring-tx

|-- org.springframework:spring-jms

|-- log4j:log4j

|-- org.apache.geronimo.specs:geronimo-jms_1.1_spec

|-- org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec

|-- org.apache.geronimo.specs:geronimo-servlet_3.0_spec

|-- org.eclipse.jetty.aggregate:jetty-all

|-- org.apache.httpcomponents:httpclient

|-- org.apache.httpcomponents:httpcore

|-- junit:junit

test

|-- org.apache.uima:uimaj-examples

|-- org.apache.uima:uimaj-test-util