<dependency>
<groupId>org.openidentityplatform.commons.auth-filters.authz-filter</groupId>
<artifactId>modules</artifactId>
<version>2.0.18</version>
</dependency>
implementation group: 'org.openidentityplatform.commons.auth-filters.authz-filter', name: 'modules', version: '2.0.18'
implementation 'org.openidentityplatform.commons.auth-filters.authz-filter:modules:2.0.18'
implementation("org.openidentityplatform.commons.auth-filters.authz-filter:modules:2.0.18")
libraryDependencies += "org.openidentityplatform.commons.auth-filters.authz-filter" % "modules" % "2.0.18"
<dependency org="org.openidentityplatform.commons.auth-filters.authz-filter" name="modules" rev="2.0.18"/>
@Grapes(
@Grab(group='org.openidentityplatform.commons.auth-filters.authz-filter', module='modules', version='2.0.18')
)
[org.openidentityplatform.commons.auth-filters.authz-filter/modules "2.0.18"]
'org.openidentityplatform.commons.auth-filters.authz-filter:modules:jar:2.0.18'