How to install the Java artifact org.picketlink.picketlink-javaee-6.0-with-deltaspike with Maven
Java
Maven
pom.xml
org.picketlink
picketlink-javaee-6.0-with-deltaspike
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-javaee-6.0-with-deltaspike</artifactId>
<version>2.6.1.Final</version>
</dependency>
/dependencies>