l

libthrift

Thrift is a software framework for scalable cross-language services development.
http://thrift.apache.org
The Apache Software License, Version 2.0
Apache Thrift Developers
文件下载
文件名 操作
libthrift-0.20.0.jar 下载
libthrift-0.20.0.pom 下载
libthrift-0.20.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.thrift</groupId>
  <artifactId>libthrift</artifactId>
  <version>0.20.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.thrift:libthrift:0.20.0'
Gradle Kotlin
implementation("org.apache.thrift:libthrift:0.20.0")
Scala SBT
libraryDependencies += "org.apache.thrift" % "libthrift" % "0.20.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.thrift', module='libthrift', version='0.20.0')
)
Apache Ivy
<dependency org="org.apache.thrift" name="libthrift" rev="0.20.0" />
Leiningen
[org.apache.thrift/libthrift "0.20.0"]
Apache Buildr
'org.apache.thrift:libthrift:jar:0.20.0'