flickrj 依赖项

发布于 2024-07-30 03:00:46 字数 63 浏览 4 评论 0原文

有谁知道flickrj依赖的java包吗? 我正在经历缓慢而痛苦的编译-jarify-运行-定位库-重复循环。

does anyone know the java packages that flickrj is dependent on? I'm going through the slow and painful compile - jarify - run - locate-library - repeat loop.

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

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

发布评论

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

评论(1

陪你到最终 2024-08-06 03:00:46

有一个 Maven POM 引用通过名称 flickrj,您可能会发现列出的依赖项很有用。 请注意,您还必须解决引用项目的传递依赖项。

如果您使用 Maven dependency:copy-dependency 目标 你可以将所有传递依赖项下载到一个目录(你也可以使用 dependency:sources 目标来获取它们的源)

你还可以在其 Maven pom

There's a Maven POM that references flickrj by name, you may find the listed dependencies useful. Note you'd also have to resolve the referenced project's transitive dependencies.

If you use the Maven dependency:copy-dependencies goal you can get all the transitive dependencies downloaded to a directory (you can also use the dependency:sources goal to get their sources)

You can also see the dependencies for flickr-api (a wrapper for flickrj) in its Maven pom.

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