-
Notifications
You must be signed in to change notification settings - Fork 3
How to resolve wffweb dependency in maven pom.xml
Web Firm Framework edited this page Aug 23, 2017
·
30 revisions
Add the following code in your pom.xml file.
<dependencies>
<dependency>
<groupId>com.webfirmframework</groupId>
<artifactId>wffweb</artifactId>
<version>2.1.12</version>
</dependency>
</dependencies>
<dependencies>
<dependency>
<groupId>com.webfirmframework</groupId>
<artifactId>wffweb</artifactId>
<version>RELEASE</version>
</dependency>
</dependencies>
Refer wffweb-javadoc, Watch technical videos
Feel free to write us @ [email protected] for any assistance
or
[email protected] for any technical support.
webfirmframework.com since 2014