MVN

org.fcrepo : fcrepo-module-auth-webac

Maven & Gradle

Dec 18, 2021

Fedora Repository WebAC Authorization Module · An authorization module for the Fedora Commons Repository framework, implementing the RDF-based WebAccessControl authorization mechanism, as proposed by the W3C. This makes it possible to define fine-grained repository access controls on individual resources or classes of resources to specific users and/or groups.

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

Latest Version

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

  • Latest Stable: 4.7.5

All Versions

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

Version Vulnerabilities Updated
4.7.x
fcrepo-module-auth-webac-4.7.5
fcrepo-module-auth-webac-4.7.4
fcrepo-module-auth-webac-4.7.3
fcrepo-module-auth-webac-4.7.2
fcrepo-module-auth-webac-4.7.1
fcrepo-module-auth-webac-4.7.0
4.6.x
fcrepo-module-auth-webac-4.6.2
fcrepo-module-auth-webac-4.6.1
fcrepo-module-auth-webac-4.6.0
4.5.x
fcrepo-module-auth-webac-4.5.1
fcrepo-module-auth-webac-4.5.0
4.4.x
fcrepo-module-auth-webac-4.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.fcrepo</groupId>
    <artifactId>fcrepo-module-auth-webac</artifactId>
    <version>4.7.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.fcrepo:fcrepo-module-auth-webac:4.7.5'

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

implementation("org.fcrepo:fcrepo-module-auth-webac:4.7.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.fcrepo" % "fcrepo-module-auth-webac" % "4.7.5"

Advertisement