License |
License |
---|---|
GroupId | GroupIdcom.twitter |
ArtifactId | ArtifactIdlibthrift |
Last Version | Last Version0.5.0-7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlibthrift
Thrift is a software framework for scalable cross-language services development.
This fork is due to a concurrency issue in 0.5.0 that we didn't get upstreamed.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
libthrift-0.5.0-7.pom | |
libthrift-0.5.0-7.jar | 144 KB |
libthrift-0.5.0-7-sources.jar | 114 KB |
libthrift-0.5.0-7-javadoc.jar | 556 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.twitter/libthrift/ -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>libthrift</artifactId>
<version>0.5.0-7</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/libthrift/
implementation 'com.twitter:libthrift:0.5.0-7'
// https://jarcasting.com/artifacts/com.twitter/libthrift/
implementation ("com.twitter:libthrift:0.5.0-7")
'com.twitter:libthrift:jar:0.5.0-7'
<dependency org="com.twitter" name="libthrift" rev="0.5.0-7">
<artifact name="libthrift" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='libthrift', version='0.5.0-7')
)
libraryDependencies += "com.twitter" % "libthrift" % "0.5.0-7"
[com.twitter/libthrift "0.5.0-7"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.7 |
commons-lang : commons-lang | jar | 2.5 |
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |
org.slf4j : slf4j-log4j12 | jar | 1.7.7 |