java 找不到模块 euhansolofxcountriesjava 找不到模块 euhansolofxheatmapjava 找不到模块 euhansolotoolboxfxjava 找不到模块 euhansolotoolboxmaven依赖配置
如果您使用的是Maven项目,则可以在pom.xml文件中添加以下依赖项来解决找不到模块的问题:
<dependency>
<groupId>eu.hansolo</groupId>
<artifactId>fx-countries</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>eu.hansolo</groupId>
<artifactId>fx-heatmap</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>eu.hansolo</groupId>
<artifactId>toolboxfx</artifactId>
<version>1.1.9</version>
</dependency>
<dependency>
<groupId>eu.hansolo</groupId>
<artifactId>toolbox</artifactId>
<version>1.0.0</version>
</dependency>
如果您不使用Maven,则需要手动下载这些依赖项并将它们添加到您的类路径中
原文地址: https://www.cveoy.top/t/topic/hh1c 著作权归作者所有。请勿转载和采集!