Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.fcrepo |
ArtifactId | ArtifactIdfcrepo-security |
Version | Version3.6 |
Type | Typepom |
Filename | Size |
---|---|
fcrepo-security-3.6.pom | 714 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.fcrepo/fcrepo-security/ -->
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-security</artifactId>
<version>3.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fcrepo/fcrepo-security/
implementation 'org.fcrepo:fcrepo-security:3.6'
// https://jarcasting.com/artifacts/org.fcrepo/fcrepo-security/
implementation ("org.fcrepo:fcrepo-security:3.6")
'org.fcrepo:fcrepo-security:pom:3.6'
<dependency org="org.fcrepo" name="fcrepo-security" rev="3.6">
<artifact name="fcrepo-security" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fcrepo', module='fcrepo-security', version='3.6')
)
libraryDependencies += "org.fcrepo" % "fcrepo-security" % "3.6"
[org.fcrepo/fcrepo-security "3.6"]