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.27.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.event-processing</groupId>
  <artifactId>event-processor</artifactId>
  <version>2.1.27</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.event-processing:event-processor:2.1.27'
Gradle Kotlin
implementation("org.wso2.carbon.event-processing:event-processor:2.1.27")
Scala SBT
libraryDependencies += "org.wso2.carbon.event-processing" % "event-processor" % "2.1.27"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.event-processing', module='event-processor', version='2.1.27')
)
Apache Ivy
<dependency org="org.wso2.carbon.event-processing" name="event-processor" rev="2.1.27" />
Leiningen
[org.wso2.carbon.event-processing/event-processor "2.1.27"]
Apache Buildr
'org.wso2.carbon.event-processing:event-processor:jar:2.1.27'