我将此作为Build.scala
的一部分(请注意"com.github.thiagolocatelli" % "parse4j" % "1.3"
的最后一行):
val appDependencies = Seq(
// Add your project dependencies here,
javaCore,
javaJdbc,
javaEbean,
"com.github.thiagolocatelli" % "parse4j" % "1.3"
)
在命令行上运行play compile
给出:
[info] [SUCCESSFUL] org.apache.httpcomponents #httpcore; 4.3.1!httpcore.jar
我在parse4j.jar
中找到了...play-2.1.2\repository\cache\com.github.thiagolocatelli\parse4j\jars
,但在Eclipse中的Referenced Libraries
项目中找不到Build.scala
。我想我可以手动复制并粘贴jar,但我很好奇为什么依赖在{{1}}中没有用。