MVN

org.fcrepo : fcrepo-auth-roles-common

Maven & Gradle

Dec 18, 2021
6 usages

Fedora Repository Authorization Roles Commons · 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 authorization delegates.

<dependency>
    <groupId>org.fcrepo</groupId>
    <artifactId>fcrepo-auth-roles-common</artifactId>
    <version>4.7.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fcrepo : fcrepo-auth-roles-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.7.5
  • Latest Beta: 4.0.0-beta-04
  • Latest Alpha: 4.0.0-alpha-5

All Versions

Choose a version of org.fcrepo : fcrepo-auth-roles-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.7.x
fcrepo-auth-roles-common-4.7.5
fcrepo-auth-roles-common-4.7.4
fcrepo-auth-roles-common-4.7.3
fcrepo-auth-roles-common-4.7.2
fcrepo-auth-roles-common-4.7.1
fcrepo-auth-roles-common-4.7.0
4.6.x
fcrepo-auth-roles-common-4.6.2
fcrepo-auth-roles-common-4.6.1
fcrepo-auth-roles-common-4.6.0
4.5.x
fcrepo-auth-roles-common-4.5.1
fcrepo-auth-roles-common-4.5.0
4.4.x
fcrepo-auth-roles-common-4.4.0
4.3.x
fcrepo-auth-roles-common-4.3.0
4.2.x
fcrepo-auth-roles-common-4.2.0
4.1.x
fcrepo-auth-roles-common-4.1.1
4.0.x
fcrepo-auth-roles-common-4.0.0
fcrepo-auth-roles-common-4.0.0-beta-04
fcrepo-auth-roles-common-4.0.0-beta-03
fcrepo-auth-roles-common-4.0.0-beta-02
fcrepo-auth-roles-common-4.0.0-beta-01
fcrepo-auth-roles-common-4.0.0-alpha-5
fcrepo-auth-roles-common-4.0.0-alpha-4
fcrepo-auth-roles-common-4.0.0-alpha-3

How to add a dependency to Maven

Add the following org.fcrepo : fcrepo-auth-roles-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.fcrepo</groupId>
    <artifactId>fcrepo-auth-roles-common</artifactId>
    <version>4.7.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.fcrepo : fcrepo-auth-roles-common gradle dependency to your build.gradle file:

implementation 'org.fcrepo:fcrepo-auth-roles-common:4.7.5'

Gradle Kotlin DSL: Add the following org.fcrepo : fcrepo-auth-roles-common gradle kotlin dependency to your build.gradle.kts file:

implementation("org.fcrepo:fcrepo-auth-roles-common:4.7.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.fcrepo : fcrepo-auth-roles-common sbt scala dependency to your build.sbt file:

libraryDependencies += "org.fcrepo" % "fcrepo-auth-roles-common" % "4.7.5"

Advertisement