MVN

org.fcrepo : fcrepo-module-auth-xacml

Maven & Gradle

Dec 18, 2021
0 stars

Fedora Repository XACML Authorization Module · Fedora Repository XACML module

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

Latest Version

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

  • Latest Stable: 4.7.4
  • Latest Beta: 4.0.0-beta-04

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.fcrepo</groupId>
    <artifactId>fcrepo-module-auth-xacml</artifactId>
    <version>4.7.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.fcrepo:fcrepo-module-auth-xacml:4.7.4'

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

implementation("org.fcrepo:fcrepo-module-auth-xacml:4.7.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.fcrepo" % "fcrepo-module-auth-xacml" % "4.7.4"

Advertisement