Resolve wffweb dependency in build tools
Apache Buildr
'com.webfirmframework:wffweb:jar:12.0.13'
Gradle Grails
compile 'com.webfirmframework:wffweb:12.0.13'
Groovy Grape
@Grapes(
@Grab(group='com.webfirmframework', module='wffweb', version='12.0.13')
)
ivy
<dependency org="com.webfirmframework" name="wffweb" rev="12.0.13" />
Leiningen
[com.webfirmframework/wffweb "12.0.13"]
maven
<dependencies>
<dependency>
<groupId>com.webfirmframework</groupId>
<artifactId>wffweb</artifactId>
<version>12.0.13</version>
</dependency>
</dependencies>
To automatically resolve with the latest version
<dependencies>
<dependency>
<groupId>com.webfirmframework</groupId>
<artifactId>wffweb</artifactId>
<version>RELEASE</version>
</dependency>
</dependencies>