Download thrift-server-0.3.2.jar file - Jar t

Jar examples for t:thrift-server

Description

Thrift Server implementation backed by LMAX Disruptor. Shows better throughput/latency characteristics than build-in THsHa and TThreadedSelector servers.

You can download jar file thrift-server 0.3.2 in this page.

License

Apache 2

Build File

You can use the following script to add thrift-server-0.3.2.jar to your project.

<dependency>
   <groupId>com.thinkaurelius.thrift</groupId>
   <artifactId>thrift-server</artifactId>
   <version>0.3.2</version>
</dependency>
compile group: 'com.thinkaurelius.thrift', name: 'thrift-server', version: '0.3.2'
libraryDependencies += "com.thinkaurelius.thrift" % "thrift-server" % "0.3.2"
<dependency org="com.thinkaurelius.thrift" name="thrift-server" rev="0.3.2"/>
@Grapes(@Grab(group='com.thinkaurelius.thrift', module='thrift-server', version='0.3.2'))
'com.thinkaurelius.thrift:thrift-server:jar:0.3.2'

Download

Click the following link to download the jar file.

thrift-server-0.3.2-javadoc.jar
thrift-server-0.3.2-sources.jar
thrift-server-0.3.2.jar
thrift-server-0.3.2.pom



Related Tutorials