简体   繁体   English

flickrj依赖

[英]flickrj dependencies

does anyone know the java packages that flickrj is dependent on? 有谁知道flickrj所依赖的Java包? I'm going through the slow and painful compile - jarify - run - locate-library - repeat loop. 我正在经历缓慢而痛苦的编译-jarify-运行-locate-library-重复循环。

There's a Maven POM that references flickrj by name, you may find the listed dependencies useful. 有一个Maven POM通过名称引用flickrj,您可能会发现列出的依赖项很有用。 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) 如果使用Maven 依赖项:复制依赖关系目标,则可以将所有传递性依赖项下载到目录中(也可以使用dependency:sources目标来获取其来源)

You can also see the dependencies for flickr-api (a wrapper for flickrj) in its Maven pom . 您还可以在其Maven pom中看到flickr-api(flickrj的包装器)的依赖项。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM