How to install the Java artifact org.guvnor.guvnor-workingset-api with Maven
Java
Maven
pom.xml
org.guvnor
guvnor-workingset-api
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.guvnor</groupId>
<artifactId>guvnor-workingset-api</artifactId>
<version>6.0.0.Beta5</version>
</dependency>
/<dependencies>