d

dubbo-rpc-native-thrift

The thrift rpc module of dubbo project
Apache License, Version 2.0
文件下载
文件名 操作
dubbo-rpc-native-thrift-2.7.11.jar 下载
dubbo-rpc-native-thrift-2.7.11.pom 下载
dubbo-rpc-native-thrift-2.7.11-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.dubbo</groupId>
  <artifactId>dubbo-rpc-native-thrift</artifactId>
  <version>2.7.11</version>
</dependency>
Gradle Groovy
implementation 'org.apache.dubbo:dubbo-rpc-native-thrift:2.7.11'
Gradle Kotlin
implementation("org.apache.dubbo:dubbo-rpc-native-thrift:2.7.11")
Scala SBT
libraryDependencies += "org.apache.dubbo" % "dubbo-rpc-native-thrift" % "2.7.11"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.dubbo', module='dubbo-rpc-native-thrift', version='2.7.11')
)
Apache Ivy
<dependency org="org.apache.dubbo" name="dubbo-rpc-native-thrift" rev="2.7.11" />
Leiningen
[org.apache.dubbo/dubbo-rpc-native-thrift "2.7.11"]
Apache Buildr
'org.apache.dubbo:dubbo-rpc-native-thrift:jar:2.7.11'