e

event-output-adaptor

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