License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.google.security |
ArtifactId | ArtifactIdfences |
Version | Version1.9-beta |
Type | Typepom |
Description |
DescriptionFences
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fences-1.9-beta.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.security/fences/ -->
<dependency>
<groupId>com.google.security</groupId>
<artifactId>fences</artifactId>
<version>1.9-beta</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.security/fences/
implementation 'com.google.security:fences:1.9-beta'
// https://jarcasting.com/artifacts/com.google.security/fences/
implementation ("com.google.security:fences:1.9-beta")
'com.google.security:fences:pom:1.9-beta'
<dependency org="com.google.security" name="fences" rev="1.9-beta">
<artifact name="fences" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.security', module='fences', version='1.9-beta')
)
libraryDependencies += "com.google.security" % "fences" % "1.9-beta"
[com.google.security/fences "1.9-beta"]