| Categories |
CategoriesSecurity JAAS: Jakarta Authentication & Jakarta Authorization Jakarta EE Jakarta Security |
|---|---|
| GroupId | GroupIdorg.fcrepo |
| ArtifactId | ArtifactIdfcrepo-security-jaas |
| Version | Version3.7.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fcrepo-security-jaas-3.7.1.pom | |
| fcrepo-security-jaas-3.7.1.jar | 46 KB |
| fcrepo-security-jaas-3.7.1-sources.jar | 38 KB |
| fcrepo-security-jaas-3.7.1-javadoc.jar | 126 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.fcrepo/fcrepo-security-jaas/ -->
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-security-jaas</artifactId>
<version>3.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.fcrepo/fcrepo-security-jaas/
implementation 'org.fcrepo:fcrepo-security-jaas:3.7.1'
// https://jarcasting.com/artifacts/org.fcrepo/fcrepo-security-jaas/
implementation ("org.fcrepo:fcrepo-security-jaas:3.7.1")
'org.fcrepo:fcrepo-security-jaas:jar:3.7.1'
<dependency org="org.fcrepo" name="fcrepo-security-jaas" rev="3.7.1">
<artifact name="fcrepo-security-jaas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fcrepo', module='fcrepo-security-jaas', version='3.7.1')
)
libraryDependencies += "org.fcrepo" % "fcrepo-security-jaas" % "3.7.1"
[org.fcrepo/fcrepo-security-jaas "3.7.1"]