How to install the Java artifact com.google.security.fences-common with Maven
Java
Maven
pom.xml
com.google.security
fences-common
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>com.google.security</groupId>
<artifactId>fences-common</artifactId>
<version>1.7-beta</version>
</dependency>
/<dependencies>