| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.facebook | 
    
| ArtifactId | ArtifactIdthrift | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Description | 
    
| Filename | Size | 
|---|---|
| thrift-1.0.pom | |
| thrift-1.0.jar | 748 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.facebook/thrift/ -->
<dependency>
    <groupId>com.facebook</groupId>
    <artifactId>thrift</artifactId>
    <version>1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.facebook/thrift/
implementation 'com.facebook:thrift:1.0'
                // https://jarcasting.com/artifacts/com.facebook/thrift/
implementation ("com.facebook:thrift:1.0")
                'com.facebook:thrift:jar:1.0'
                <dependency org="com.facebook" name="thrift" rev="1.0">
  <artifact name="thrift" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.facebook', module='thrift', version='1.0')
)
                libraryDependencies += "com.facebook" % "thrift" % "1.0"
                [com.facebook/thrift "1.0"]