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