【发布时间】:2014-09-06 11:03:56
【问题描述】:
我想要的是这个项目的项目文件/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,不知道是什么。有人可以告诉我如何获取项目文件吗?
【问题讨论】: