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
文件下载
文件名 操作
org.wso2.carbon.databridge.receiver.thrift-4.4.9.jar 下载
org.wso2.carbon.databridge.receiver.thrift-4.4.9.pom 下载
org.wso2.carbon.databridge.receiver.thrift-4.4.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.commons</groupId>
  <artifactId>org.wso2.carbon.databridge.receiver.thrift</artifactId>
  <version>4.4.9</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.commons:org.wso2.carbon.databridge.receiver.thrift:4.4.9'
Gradle Kotlin
implementation("org.wso2.carbon.commons:org.wso2.carbon.databridge.receiver.thrift:4.4.9")
Scala SBT
libraryDependencies += "org.wso2.carbon.commons" % "org.wso2.carbon.databridge.receiver.thrift" % "4.4.9"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.commons', module='org.wso2.carbon.databridge.receiver.thrift', version='4.4.9')
)
Apache Ivy
<dependency org="org.wso2.carbon.commons" name="org.wso2.carbon.databridge.receiver.thrift" rev="4.4.9" />
Leiningen
[org.wso2.carbon.commons/org.wso2.carbon.databridge.receiver.thrift "4.4.9"]
Apache Buildr
'org.wso2.carbon.commons:org.wso2.carbon.databridge.receiver.thrift:jar:4.4.9'