l

libthrift

Thrift is a software framework for scalable cross-language services development.
http://thrift.apache.org
The Apache Software License, Version 2.0
Mark Slee David Reiss Aditya Agarwal Marc Kwiatkowski James Wang Chris Piro Ben Maurer Kevin Clark Jake Luciani Bryan Duxbury Esteve Fernandez Todd Lipcon Andrew McGeachie Anthony Molinaro Roger Meier Jake Farrell
文件下载
文件名 操作
libthrift-0.8.0.jar 下载
libthrift-0.8.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.thrift</groupId>
  <artifactId>libthrift</artifactId>
  <version>0.8.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.thrift:libthrift:0.8.0'
Gradle Kotlin
implementation("org.apache.thrift:libthrift:0.8.0")
Scala SBT
libraryDependencies += "org.apache.thrift" % "libthrift" % "0.8.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.thrift', module='libthrift', version='0.8.0')
)
Apache Ivy
<dependency org="org.apache.thrift" name="libthrift" rev="0.8.0" />
Leiningen
[org.apache.thrift/libthrift "0.8.0"]
Apache Buildr
'org.apache.thrift:libthrift:jar:0.8.0'