GroupId | GroupIdorg.fcrepo |
---|---|
ArtifactId | ArtifactIdfcrepo-module-auth-xacml |
Version | Version4.0.0-beta-01 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.fcrepo/fcrepo-module-auth-xacml/ -->
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-module-auth-xacml</artifactId>
<version>4.0.0-beta-01</version>
</dependency>
// https://jarcasting.com/artifacts/org.fcrepo/fcrepo-module-auth-xacml/
implementation 'org.fcrepo:fcrepo-module-auth-xacml:4.0.0-beta-01'
// https://jarcasting.com/artifacts/org.fcrepo/fcrepo-module-auth-xacml/
implementation ("org.fcrepo:fcrepo-module-auth-xacml:4.0.0-beta-01")
'org.fcrepo:fcrepo-module-auth-xacml:jar:4.0.0-beta-01'
<dependency org="org.fcrepo" name="fcrepo-module-auth-xacml" rev="4.0.0-beta-01">
<artifact name="fcrepo-module-auth-xacml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fcrepo', module='fcrepo-module-auth-xacml', version='4.0.0-beta-01')
)
libraryDependencies += "org.fcrepo" % "fcrepo-module-auth-xacml" % "4.0.0-beta-01"
[org.fcrepo/fcrepo-module-auth-xacml "4.0.0-beta-01"]