o

org.wso2.carbon.databridge.receiver.thrift

org.wso2.carbon.databridge.receiver.thrift is used relieve the dispatch the events sent by Agent
http://wso2.org
Files download
File Operation
org.wso2.carbon.databridge.receiver.thrift-4.3.5.jar download
org.wso2.carbon.databridge.receiver.thrift-4.3.5.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.commons</groupId>
  <artifactId>org.wso2.carbon.databridge.receiver.thrift</artifactId>
  <version>4.3.5</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.commons:org.wso2.carbon.databridge.receiver.thrift:4.3.5'
Gradle Kotlin
implementation("org.wso2.carbon.commons:org.wso2.carbon.databridge.receiver.thrift:4.3.5")
Scala SBT
libraryDependencies += "org.wso2.carbon.commons" % "org.wso2.carbon.databridge.receiver.thrift" % "4.3.5"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.commons', module='org.wso2.carbon.databridge.receiver.thrift', version='4.3.5')
)
Apache Ivy
<dependency org="org.wso2.carbon.commons" name="org.wso2.carbon.databridge.receiver.thrift" rev="4.3.5" />
Leiningen
[org.wso2.carbon.commons/org.wso2.carbon.databridge.receiver.thrift "4.3.5"]
Apache Buildr
'org.wso2.carbon.commons:org.wso2.carbon.databridge.receiver.thrift:jar:4.3.5'