is not current version
Last Version 0.16.0

org.apache.thrift:libthrift 0.10.0

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

GroupId

GroupId

org.apache.thrift
ArtifactId

ArtifactId

libthrift
Version

Version

0.10.0
Type

Type

jar

Download libthrift 0.10.0


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