本文介绍了使用Maven Library而不使用Maven Koolaid的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想使用diffplug / Durian库,但不想使用Maven。有没有办法在项目中不使用Maven本身的情况下使用Maven库?
I want to use the diffplug/Durian library, but do not want to use Maven. Is there a way to use a Maven library without using Maven itself in a project?
推荐答案
这有一个指向.jar的链接并列出它的依赖项。
This has a link to the .jar and lists it's dependencies.http://mvnrepository.com/artifact/com.diffplug.durian/durian/3.4.0
下载jar - 然后下载所有jar的依赖项及其依赖项,并将它们添加到类路径中。
Download the jar - then all the jar's dependencies and their dependencies and add them to the class path.
这篇关于使用Maven Library而不使用Maven Koolaid的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!