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 Jens Geyer Carl Yeksigian
Files download
File Operation
libthrift-0.9.3.jar download
libthrift-0.9.3.pom download
libthrift-0.9.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.thrift</groupId>
  <artifactId>libthrift</artifactId>
  <version>0.9.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.thrift:libthrift:0.9.3'
Gradle Kotlin
implementation("org.apache.thrift:libthrift:0.9.3")
Scala SBT
libraryDependencies += "org.apache.thrift" % "libthrift" % "0.9.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.thrift', module='libthrift', version='0.9.3')
)
Apache Ivy
<dependency org="org.apache.thrift" name="libthrift" rev="0.9.3" />
Leiningen
[org.apache.thrift/libthrift "0.9.3"]
Apache Buildr
'org.apache.thrift:libthrift:jar:0.9.3'