Next, run lein deps to download the needed JAR files.
下面,运行leindeps下载所需的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中)来包括所有类引用。
The deps dependency task, as defined in Listing 1, includes all of the libraries in my lib directory using the dir class and glob method.
根据清单1中的定义,deps依赖任务使用Dir类和glob方法包括lib目录中的所有库。
The deps dependency task, as defined in Listing 1, includes all of the libraries in my lib directory using the dir class and glob method.
根据清单1中的定义,deps依赖任务使用Dir类和glob方法包括lib目录中的所有库。
应用推荐