Next, run lein deps to download the needed JAR files.
下面,运行lein deps下载所需的JAR文件。
The task is called compile and it has a dependency to the deps task from Listing 1.
该任务名为 compile,它对清单 1 中的 deps任务存在依赖。
In addition, the task depends upon the deps task (from Listing 1) to include any class references.
此外,该任务依赖于deps任务(在清单1中)来包括所有类引用。
应用推荐