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