maven - 我从 maven Central 下载 javax.media.jai_core :1. 1.3 时出错

标签 maven playframework-2.0 geotools jai maven-central

我从 maven Central 下载 javax.media.jai_core:1.1.3 时出错。

错误是:

download failed: javax.media#jai_core;1.1.3!jai_core.jar

使用 Play 编译器。

最佳答案

目前的问题是 maven-central 没有 .jar,这是 geotoolkit 的依赖项
Sample of maven repo content
如果需要,可以使用下一个公共(public)存储库:
https://maven.geotoolkit.org (jai-core 在这里)
https://repo.osgeo.org/repository/release/
确保 geotoolkit-repo 在 Maven Central 之前,以便它在缺少 jar 的 Central 之前解析。

关于maven - 我从 maven Central 下载 javax.media.jai_core :1. 1.3 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26993105/

相关文章:

java - 强制ebean更新对象

java - 查找点是否在多边形内 - JAVA jts/awt/geotools

jakarta-ee - 使用 jetty-maven-plugin 时过滤 web.xml?

testing - 全局对象 onStart 未能通过我的所有测试

maven sql plugin 0 of 0 SQL statements 成功执行

eclipse - 无法在 Eclipse 中解析 Play 2.0 中的依赖项的导入

datastore - 对 Geoserver 2.0.2 进行编程以添加新的数据存储和图层,无需 UI

java - 重置jmappane的光标

maven - Jenkins tomcat7部署错误

java - 使用spring boot时主 Controller 出现404错误