Categories |
CategoriesIDE Development Tools ORM Data |
---|---|
GroupId | GroupIdorg.openidentityplatform.commons.auth-filters |
ArtifactId | ArtifactIdauthz-filter |
Version | Version2.0.8 |
Type | Typepom |
Filename | Size |
---|---|
authz-filter-2.0.8.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.commons.auth-filters/authz-filter/ -->
<dependency>
<groupId>org.openidentityplatform.commons.auth-filters</groupId>
<artifactId>authz-filter</artifactId>
<version>2.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.commons.auth-filters/authz-filter/
implementation 'org.openidentityplatform.commons.auth-filters:authz-filter:2.0.8'
// https://jarcasting.com/artifacts/org.openidentityplatform.commons.auth-filters/authz-filter/
implementation ("org.openidentityplatform.commons.auth-filters:authz-filter:2.0.8")
'org.openidentityplatform.commons.auth-filters:authz-filter:pom:2.0.8'
<dependency org="org.openidentityplatform.commons.auth-filters" name="authz-filter" rev="2.0.8">
<artifact name="authz-filter" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.commons.auth-filters', module='authz-filter', version='2.0.8')
)
libraryDependencies += "org.openidentityplatform.commons.auth-filters" % "authz-filter" % "2.0.8"
[org.openidentityplatform.commons.auth-filters/authz-filter "2.0.8"]