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