| License |
License |
|---|---|
| GroupId | GroupIdcom.twitter.common |
| ArtifactId | ArtifactIdservice-thrift |
| Version | Version1.0.55 |
| Type | Typejar |
| Description |
Descriptioncom.twitter.common:service-thrift
Common thrift java stuff.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| service-thrift-1.0.55.pom | |
| service-thrift-1.0.55.jar | 34 KB |
| service-thrift-1.0.55-sources.jar | 7 KB |
| service-thrift-1.0.55-javadoc.jar | 52 KB |
| service-thrift-1.0.55-CHANGELOG.txt | 29 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.twitter.common/service-thrift/ -->
<dependency>
<groupId>com.twitter.common</groupId>
<artifactId>service-thrift</artifactId>
<version>1.0.55</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter.common/service-thrift/
implementation 'com.twitter.common:service-thrift:1.0.55'
// https://jarcasting.com/artifacts/com.twitter.common/service-thrift/
implementation ("com.twitter.common:service-thrift:1.0.55")
'com.twitter.common:service-thrift:jar:1.0.55'
<dependency org="com.twitter.common" name="service-thrift" rev="1.0.55">
<artifact name="service-thrift" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter.common', module='service-thrift', version='1.0.55')
)
libraryDependencies += "com.twitter.common" % "service-thrift" % "1.0.55"
[com.twitter.common/service-thrift "1.0.55"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.thrift : libthrift | jar | 0.5.0-5 |