Maven Thrift 存储库
有谁知道 Thrift 库是否在 Maven 存储库中?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有谁知道 Thrift 库是否在 Maven 存储库中?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
0.6.1 工件现在可从主 apache 存储库 (http://repo1.maven.org/maven2)
https://issues.apache.org/jira/browse/THRIFT-363
0.6.1 artifacts now available from main apache repo (http://repo1.maven.org/maven2)
https://issues.apache.org/jira/browse/THRIFT-363
我不确定 Thrift 库是什么(下次,也许添加一个链接),但根据 Maven Browser,有一个 scala-tools 存储库 中的 nofollow noreferrer">thrift 工件:
更新:关于 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:
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.
截至目前,还没有任何可用的,您必须将 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.
http://mvnrepository.com/artifact/org.apache.thrift/libthrift
您可以从那里搜索 Maven 存储库。
http://mvnrepository.com/artifact/org.apache.thrift/libthrift
You can search Maven repository from there.