f

fcrepo-auth-common

Provides unified policy enforcement points for various access control implementations.
Files download
File Operation
fcrepo-auth-common-6.5.0.jar download
fcrepo-auth-common-6.5.0.pom download
fcrepo-auth-common-6.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.fcrepo</groupId>
  <artifactId>fcrepo-auth-common</artifactId>
  <version>6.5.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.fcrepo:fcrepo-auth-common:6.5.0'
Gradle Kotlin
implementation("org.fcrepo:fcrepo-auth-common:6.5.0")
Scala SBT
libraryDependencies += "org.fcrepo" % "fcrepo-auth-common" % "6.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.fcrepo', module='fcrepo-auth-common', version='6.5.0')
)
Apache Ivy
<dependency org="org.fcrepo" name="fcrepo-auth-common" rev="6.5.0" />
Leiningen
[org.fcrepo/fcrepo-auth-common "6.5.0"]
Apache Buildr
'org.fcrepo:fcrepo-auth-common:jar:6.5.0'