is not current version
Last Version 0.3.9

com.thinkaurelius.thrift:thrift-server 0.3.7

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

GroupId

GroupId

com.thinkaurelius.thrift
ArtifactId

ArtifactId

thrift-server
Version

Version

0.3.7
Type

Type

jar

Download thrift-server 0.3.7


<!-- https://jarcasting.com/artifacts/com.thinkaurelius.thrift/thrift-server/ -->
<dependency>
    <groupId>com.thinkaurelius.thrift</groupId>
    <artifactId>thrift-server</artifactId>
    <version>0.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.thinkaurelius.thrift/thrift-server/
implementation 'com.thinkaurelius.thrift:thrift-server:0.3.7'
// https://jarcasting.com/artifacts/com.thinkaurelius.thrift/thrift-server/
implementation ("com.thinkaurelius.thrift:thrift-server:0.3.7")
'com.thinkaurelius.thrift:thrift-server:jar:0.3.7'
<dependency org="com.thinkaurelius.thrift" name="thrift-server" rev="0.3.7">
  <artifact name="thrift-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thinkaurelius.thrift', module='thrift-server', version='0.3.7')
)
libraryDependencies += "com.thinkaurelius.thrift" % "thrift-server" % "0.3.7"
[com.thinkaurelius.thrift/thrift-server "0.3.7"]