Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maven Thrift repository

Tags:

maven

thrift

Does anyone know if the Thrift libraries are in any Maven repository?

like image 356
wuntee Avatar asked Apr 06 '10 01:04

wuntee


1 Answers

0.6.1 artifacts now available from main apache repo (http://repo1.maven.org/maven2)

<dependency>
    <groupId>org.apache.thrift</groupId>
    <artifactId>libthrift</artifactId>
    <version>0.6.1</version>
</dependency>

https://issues.apache.org/jira/browse/THRIFT-363

like image 172
Usman Ismail Avatar answered Oct 03 '22 21:10

Usman Ismail