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