我想要的只是这个项目的项目文件/ jar:http://thiagolocatelli.github.io/parse4j/
它说我需要做以下事情才能获得它:
Getting Started
Download the library manually
Maven
<project ...>
...
<dependencies>
<dependency>
<groupId>com.github.thiagolocatelli</groupId>
<artifactId>parse4j</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
...
</project>
我从未使用过Maven,也不知道它是什么。有人可以建议我如何获得项目文件吗?
答案 0 :(得分:1)
Maven是一名依赖经理。如果您有兴趣,可以使用您最喜欢的搜索引擎。
下载jar文件