| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.thinkaurelius.thrift | 
    
| ArtifactId | ArtifactIdthrift-server | 
    
| Last Version | Last Version0.3.9 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionThrift Server implementation backed by LMAX Disruptor 
            Thrift Server implementation backed by LMAX Disruptor.
        Shows better throughput/latency characteristics than build-in
        THsHa and TThreadedSelector servers. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| thrift-server-0.3.9.pom | |
| thrift-server-0.3.9.jar | 38 KB | 
| thrift-server-0.3.9-sources.jar | 20 KB | 
| thrift-server-0.3.9-javadoc.jar | 132 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.thinkaurelius.thrift/thrift-server/ -->
<dependency>
    <groupId>com.thinkaurelius.thrift</groupId>
    <artifactId>thrift-server</artifactId>
    <version>0.3.9</version>
</dependency>
                // https://jarcasting.com/artifacts/com.thinkaurelius.thrift/thrift-server/
implementation 'com.thinkaurelius.thrift:thrift-server:0.3.9'
                // https://jarcasting.com/artifacts/com.thinkaurelius.thrift/thrift-server/
implementation ("com.thinkaurelius.thrift:thrift-server:0.3.9")
                'com.thinkaurelius.thrift:thrift-server:jar:0.3.9'
                <dependency org="com.thinkaurelius.thrift" name="thrift-server" rev="0.3.9">
  <artifact name="thrift-server" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.thinkaurelius.thrift', module='thrift-server', version='0.3.9')
)
                libraryDependencies += "com.thinkaurelius.thrift" % "thrift-server" % "0.3.9"
                [com.thinkaurelius.thrift/thrift-server "0.3.9"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.lmax : disruptor | jar | 3.0.1 | 
| org.apache.thrift : libthrift | jar | 0.9.1 | 
| org.slf4j : slf4j-api | jar | 1.6.1 | 
| org.slf4j : slf4j-log4j12 | jar | 1.7.2 | 
| net.java.dev.jna : jna Optional | jar | 3.2.7 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8.1 |