Maven Thrift存储库

wun*_*tee 6 thrift maven

有谁知道Thrift库是否在任何Maven存储库中?

Usm*_*ail 9

现在可以从主apache repo获得0.6.1工件(http://repo1.maven.org/maven2)

<dependency>
    <groupId>org.apache.thrift</groupId>
    <artifactId>libthrift</artifactId>
    <version>0.6.1</version>
</dependency>
Run Code Online (Sandbox Code Playgroud)

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


Pas*_*ent 1

我不确定 Thrift 库是什么(下次,也许添加一个链接),但根据Maven Browser ,在scala-tools 存储库中有一个Thrift 工件

<repositories>
  <repository>
    <id>scala-tools</id>
    <url>http://scala-tools.org/repo-releases/</url>
  </repository>
</repositories>
Run Code Online (Sandbox Code Playgroud)

更新:关于 scala-tools 存储库中托管的版本(和内容),我不能说太多,但这很可能是 scala 人员根据自己的需要提供的工件。实际上,Apache Thrift 项目正在使用 Ivy 并将 java 库发布到 Maven 存储库(它将是Apache 快照存储库,请参阅THRIFT-363),直到最近他们才开始工作。但问题现在已经解决了,我的理解是他们将在下一个版本中发布一个工件。