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