f

framework

Authorization Framework.
Files download
File Operation
framework-2.1.3.jar download
framework-2.1.3.pom download
framework-2.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openidentityplatform.commons.auth-filters.authz-filter</groupId>
  <artifactId>framework</artifactId>
  <version>2.1.3</version>
</dependency>
Gradle Groovy
implementation 'org.openidentityplatform.commons.auth-filters.authz-filter:framework:2.1.3'
Gradle Kotlin
implementation("org.openidentityplatform.commons.auth-filters.authz-filter:framework:2.1.3")
Scala SBT
libraryDependencies += "org.openidentityplatform.commons.auth-filters.authz-filter" % "framework" % "2.1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.openidentityplatform.commons.auth-filters.authz-filter', module='framework', version='2.1.3')
)
Apache Ivy
<dependency org="org.openidentityplatform.commons.auth-filters.authz-filter" name="framework" rev="2.1.3" />
Leiningen
[org.openidentityplatform.commons.auth-filters.authz-filter/framework "2.1.3"]
Apache Buildr
'org.openidentityplatform.commons.auth-filters.authz-filter:framework:jar:2.1.3'