Maven Thrift 存储库

发布于 2024-08-27 14:30:05 字数 35 浏览 8 评论 0 原文

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

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

二智少女 2024-09-03 14:30:05

0.6.1 工件现在可从主 apache 存储库 (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

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

滥情稳全场 2024-09-03 14:30:05

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

<repositories>
  <repository>
    <id>scala-tools</id>
    <url>http://scala-tools.org/repo-releases/</url>
  </repository>
</repositories>

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

I'm not sure what the Thrift libraries are (next time, maybe add a link) but according to Maven Browser, there is a thrift artifact in the scala-tools repository:

<repositories>
  <repository>
    <id>scala-tools</id>
    <url>http://scala-tools.org/repo-releases/</url>
  </repository>
</repositories>

Update: I can't say much about the version (and the content) hosted in the scala-tools repository but this is very likely an artifact made available by the scala folks for their own needs. Actually, the Apache Thrift project is using Ivy and publishing the java library to a maven repository (it will be the Apache snapshots repository, see THRIFT-363) is something on which they didn't work until recently. But the issue is closed now and my understanding is that they will publish an artifact with the next release.

扶醉桌前 2024-09-03 14:30:05

截至目前,还没有任何可用的,您必须将 jar 包含在本地存储库中。

您可以设置诸如 Artefactory 之类的本地存储库,并在其中添加 libthrift.jar。

As of now there are not any available, you will have to include the jar in your local repository.

You can set up something like Artefactory, a local repository and add the libthrift.jar there.

梦罢 2024-09-03 14:30:05

http://mvnrepository.com/artifact/org.apache.thrift/libthrift

您可以从那里搜索 Maven 存储库。

http://mvnrepository.com/artifact/org.apache.thrift/libthrift

You can search Maven repository from there.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文