MVN

com.thinkaurelius.thrift : thrift-server

Maven & Gradle

Aug 16, 2017
108 usages
67 stars

Thrift 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.

<dependency>
    <groupId>com.thinkaurelius.thrift</groupId>
    <artifactId>thrift-server</artifactId>
    <version>0.3.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thinkaurelius.thrift : thrift-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.9

All Versions

Choose a version of com.thinkaurelius.thrift : thrift-server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
thrift-server-0.3.9
thrift-server-0.3.8
thrift-server-0.3.7
thrift-server-0.3.6
thrift-server-0.3.5
thrift-server-0.3.4
thrift-server-0.3.3
thrift-server-0.3.2
thrift-server-0.3.1
thrift-server-0.3.0
0.2.x
thrift-server-0.2.1
0.2
thrift-server-0.2
0.1
thrift-server-0.1

How to add a dependency to Maven

Add the following com.thinkaurelius.thrift : thrift-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.thinkaurelius.thrift</groupId>
    <artifactId>thrift-server</artifactId>
    <version>0.3.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thinkaurelius.thrift : thrift-server gradle dependency to your build.gradle file:

implementation 'com.thinkaurelius.thrift:thrift-server:0.3.9'

Gradle Kotlin DSL: Add the following com.thinkaurelius.thrift : thrift-server gradle kotlin dependency to your build.gradle.kts file:

implementation("com.thinkaurelius.thrift:thrift-server:0.3.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.thinkaurelius.thrift : thrift-server sbt scala dependency to your build.sbt file:

libraryDependencies += "com.thinkaurelius.thrift" % "thrift-server" % "0.3.9"