MVN

com.google.security : fences

Maven & Gradle

Sep 30, 2016

Fences · Augments Java's access control by checking that a Maven Project and all its dependencies conform to a policy that specifies which classes/packages can link to which others.

<dependency>
    <groupId>com.google.security</groupId>
    <artifactId>fences</artifactId>
    <version>1.9-beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.security : fences to add to Maven - Latest Versions:

  • Latest Stable: 1.9-beta
  • Latest Beta: 1.9-beta

All Versions

Choose a version of com.google.security : fences to add to Maven - All Versions:

Version Vulnerabilities Updated
1.9
fences-1.9-beta
1.8
fences-1.8-beta
1.7
fences-1.7-beta

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.google.security</groupId>
    <artifactId>fences</artifactId>
    <version>1.9-beta</version>
</dependency>