Download libthrift-0.9.3.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.9.3 in this page.

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>org.apache.thrift</groupId>
   <artifactId>libthrift</artifactId>
   <version>0.9.3</version>
</dependency>
compile group: 'org.apache.thrift', name: 'libthrift', version: '0.9.3'
libraryDependencies += "org.apache.thrift" % "libthrift" % "0.9.3"
<dependency org="org.apache.thrift" name="libthrift" rev="0.9.3"/>
@Grapes(@Grab(group='org.apache.thrift', module='libthrift', version='0.9.3'))
'org.apache.thrift:libthrift:jar:0.9.3'

Download

Click the following link to download the jar file.

libthrift-0.9.3-javadoc.jar
libthrift-0.9.3-sources.jar
libthrift-0.9.3.jar
libthrift-0.9.3.pom



Related Tutorials