Download libthrift-0.5.0-7.jar file - Jar l

Jar examples for l:libthrift

Description

Thrift is a software framework for scalable cross-language services development. This fork is due to a concurrency issue in 0.5.0 that we didn't get upstreamed.

You can download jar file libthrift 0.5.0-7 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add libthrift-0.5.0-7.jar to your project.

<dependency>
   <groupId>com.twitter</groupId>
   <artifactId>libthrift</artifactId>
   <version>0.5.0-7</version>
</dependency>
compile group: 'com.twitter', name: 'libthrift', version: '0.5.0-7'
libraryDependencies += "com.twitter" % "libthrift" % "0.5.0-7"
<dependency org="com.twitter" name="libthrift" rev="0.5.0-7"/>
@Grapes(@Grab(group='com.twitter', module='libthrift', version='0.5.0-7'))
'com.twitter:libthrift:jar:0.5.0-7'

Download

Click the following link to download the jar file.

libthrift-0.5.0-7-javadoc.jar
libthrift-0.5.0-7-sources.jar
libthrift-0.5.0-7.jar
libthrift-0.5.0-7.pom



Related Tutorials