a

adaptors

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