Files download
File Operation
jaspi-runtime-2.0.13.jar download
jaspi-runtime-2.0.13.pom download
jaspi-runtime-2.0.13-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openidentityplatform.commons.authn-filter</groupId>
  <artifactId>jaspi-runtime</artifactId>
  <version>2.0.13</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.openidentityplatform.commons.authn-filter:jaspi-runtime:2.0.13'
Gradle Kotlin
implementation("org.openidentityplatform.commons.authn-filter:jaspi-runtime:2.0.13")
Scala SBT
libraryDependencies += "org.openidentityplatform.commons.authn-filter" % "jaspi-runtime" % "2.0.13"
Groovy Grape
@Grapes(
  @Grab(group='org.openidentityplatform.commons.authn-filter', module='jaspi-runtime', version='2.0.13')
)
Apache Ivy
<dependency org="org.openidentityplatform.commons.authn-filter" name="jaspi-runtime" rev="2.0.13" />
Leiningen
[org.openidentityplatform.commons.authn-filter/jaspi-runtime "2.0.13"]
Apache Buildr
'org.openidentityplatform.commons.authn-filter:jaspi-runtime:jar:2.0.13'