is not current version
Last Version 0.16.0

org.apache.thrift:libthrift 0.9.2

Thrift is a software framework for scalable cross-language services development.

GroupId

GroupId

org.apache.thrift
ArtifactId

ArtifactId

libthrift
Version

Version

0.9.2
Type

Type

pom

Download libthrift 0.9.2


<!-- https://jarcasting.com/artifacts/org.apache.thrift/libthrift/ -->
<dependency>
    <groupId>org.apache.thrift</groupId>
    <artifactId>libthrift</artifactId>
    <version>0.9.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.thrift/libthrift/
implementation 'org.apache.thrift:libthrift:0.9.2'
// https://jarcasting.com/artifacts/org.apache.thrift/libthrift/
implementation ("org.apache.thrift:libthrift:0.9.2")
'org.apache.thrift:libthrift:pom:0.9.2'
<dependency org="org.apache.thrift" name="libthrift" rev="0.9.2">
  <artifact name="libthrift" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.thrift', module='libthrift', version='0.9.2')
)
libraryDependencies += "org.apache.thrift" % "libthrift" % "0.9.2"
[org.apache.thrift/libthrift "0.9.2"]