flickrj 依赖项
有谁知道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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个 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.