使用Maven导入Fanciful库(Minecraft服务器插件开发)

时间:2015-06-27 19:05:47

标签: java maven github minecraft

所以我一直试图让发送原始聊天消息工作,我没有运气,因为我用过的所有东西都不会工作。最初我并不想使用图书馆,但似乎我可能要尝试它,因为我已经尝试了其他所有内容。

我发现了一个名为Fanciful的库似乎拥有一切,它需要你使用Maven导入它。我已经浏览了如何使用Maven导入库,但我还没能做到。非常感谢任何帮助。

这是GitHub链接:https://github.com/mkremins/fanciful

2 个答案:

答案 0 :(得分:2)

您应该将库下载并安装到本地存储库。

mvn install:install-file -Dfile=c:\lib-{version}.jar -DgroupId=com.google.code 
-DartifactId=kaptcha -Dversion={version} -Dpackaging=jar

more about how to install custom library into Maven local repository

答案 1 :(得分:1)

如果您不想使用Maven,您也可以尝试直接从存储库下载jar文件。例如:Fanciful 0.3.3