just like the answer in google groups said, I could achieve it with the following dependencies.yml file
for library /jar/DateHelper-1.0.jar
require:
- play -> crud
- provided -> DateHelper 1.0
repositories:
- provided:
type: local
artifact: "${application.path}/jar/[module]-[revision].jar"
contains:
- provided -> *
(You need to create the jar dir and put your jar files in it)
so, according to the ${xxxx} it seems like dependecies.yml file is processed like a template... just like happens with the routes file
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…