e

event-processor

This is a aggregator pom for the carbon bundle that represent the event processor module.
http://wso2.org
Files download
File Operation
event-processor-2.1.22.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.event-processing</groupId>
  <artifactId>event-processor</artifactId>
  <version>2.1.22</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.event-processing:event-processor:2.1.22'
Gradle Kotlin
implementation("org.wso2.carbon.event-processing:event-processor:2.1.22")
Scala SBT
libraryDependencies += "org.wso2.carbon.event-processing" % "event-processor" % "2.1.22"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.event-processing', module='event-processor', version='2.1.22')
)
Apache Ivy
<dependency org="org.wso2.carbon.event-processing" name="event-processor" rev="2.1.22" />
Leiningen
[org.wso2.carbon.event-processing/event-processor "2.1.22"]
Apache Buildr
'org.wso2.carbon.event-processing:event-processor:jar:2.1.22'