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