h

headerenrichment

HTTP Header Enrichment (HHE)
文件下载
文件名 操作
headerenrichment-14.8.4.1.pom 下载
headerenrichment-14.8.4.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.openidentityplatform.openam.auth.modules</groupId>
  <artifactId>headerenrichment</artifactId>
  <version>14.8.4.1</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.openidentityplatform.openam.auth.modules:headerenrichment:14.8.4.1'
Gradle Kotlin
implementation("org.openidentityplatform.openam.auth.modules:headerenrichment:14.8.4.1")
Scala SBT
libraryDependencies += "org.openidentityplatform.openam.auth.modules" % "headerenrichment" % "14.8.4.1"
Groovy Grape
@Grapes(
  @Grab(group='org.openidentityplatform.openam.auth.modules', module='headerenrichment', version='14.8.4.1')
)
Apache Ivy
<dependency org="org.openidentityplatform.openam.auth.modules" name="headerenrichment" rev="14.8.4.1" />
Leiningen
[org.openidentityplatform.openam.auth.modules/headerenrichment "14.8.4.1"]
Apache Buildr
'org.openidentityplatform.openam.auth.modules:headerenrichment:jar:14.8.4.1'