【问题标题】:Can't get "Gluon Glisten" dependency library in Eclipse's Maven无法在 Eclipse 的 Maven 中获取“Gluon Glisten”依赖库
【发布时间】:2019-01-07 17:03:08
【问题描述】:

https://mvnrepository.com/artifact/com.gluonhq/charm-glisten/5.0.2 我想使用 Gluon\AutoCompleteTextField,但我无法在 Eclipse 的 Maven 中获取此依赖库。有什么问题? (Jdk11, JavaFX11)

【问题讨论】:

  • 无法在 Eclipse 的 Maven 中获取此依赖库...描述您所看到的以及您为什么这么认为,也许人们可以更好地帮助您。
  • 这个错误在pom.xml中显示“Missing artifact com.gluonhq:charm-glisten:jar:5.0.2”,我的其他库都很好,我认为这个库可能已经从Maven中移除了.
  • 该库是 Gluon Mobile 的一部分,用于移动应用程序(也可以在桌面上运行)。它需要商业许可,还没有为 Java 11 做好准备。

标签: java eclipse maven javafx


【解决方案1】:

更新你的 pom

<project>
...
<repositories>
  <repository>
    <id>charm-glisten</id>
    <name>charm-glisten Repository</name>
    <url>https://nexus.gluonhq.com/nexus/content/repositories/releases/</url>
    <layout>default</layout>
  </repository>
</repositories>
...
</project>

问题已经说明here

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2013-09-25
    • 2019-12-14
    • 2011-12-21
    • 2020-01-30
    • 1970-01-01
    • 1970-01-01
    • 2017-03-03
    相关资源
    最近更新 更多