Download fcrepo-auth-roles-common-4.5.0.jar file - Jar f

Jar examples for f:fcrepo-auth-roles-common

Description

This module adds access roles to the repository tree. It creates a REST/JSON API for post and get of access roles on Fedora objects and datastreams. It supports the querying of effective roles by policy enforcement points (PEPs).

You can download jar file fcrepo-auth-roles-common 4.5.0 in this page.

Build File

You can use the following script to add fcrepo-auth-roles-common-4.5.0.jar to your project.

<dependency>
   <groupId>org.fcrepo</groupId>
   <artifactId>fcrepo-auth-roles-common</artifactId>
   <version>4.5.0</version>
</dependency>
compile group: 'org.fcrepo', name: 'fcrepo-auth-roles-common', version: '4.5.0'
libraryDependencies += "org.fcrepo" % "fcrepo-auth-roles-common" % "4.5.0"
<dependency org="org.fcrepo" name="fcrepo-auth-roles-common" rev="4.5.0"/>
@Grapes(@Grab(group='org.fcrepo', module='fcrepo-auth-roles-common', version='4.5.0'))
'org.fcrepo:fcrepo-auth-roles-common:jar:4.5.0'

Download

Click the following link to download the jar file.

fcrepo-auth-roles-common-4.5.0-javadoc.jar
fcrepo-auth-roles-common-4.5.0-sources.jar
fcrepo-auth-roles-common-4.5.0-test-javadoc.jar
fcrepo-auth-roles-common-4.5.0-tests.jar
fcrepo-auth-roles-common-4.5.0.jar
fcrepo-auth-roles-common-4.5.0.pom



Related Tutorials