Files download
File Operation
io-thrift-0.0.67.jar download
io-thrift-0.0.67.pom download
io-thrift-0.0.67-sources.jar download
Apache Maven
<dependency>
  <groupId>com.twitter.common</groupId>
  <artifactId>io-thrift</artifactId>
  <version>0.0.67</version>
</dependency>
Gradle Groovy
implementation 'com.twitter.common:io-thrift:0.0.67'
Gradle Kotlin
implementation("com.twitter.common:io-thrift:0.0.67")
Scala SBT
libraryDependencies += "com.twitter.common" % "io-thrift" % "0.0.67"
Groovy Grape
@Grapes(
  @Grab(group='com.twitter.common', module='io-thrift', version='0.0.67')
)
Apache Ivy
<dependency org="com.twitter.common" name="io-thrift" rev="0.0.67" />
Leiningen
[com.twitter.common/io-thrift "0.0.67"]
Apache Buildr
'com.twitter.common:io-thrift:jar:0.0.67'