o

openidm-httpcontext

This bundle suppose to assembly the OpenIDM web application just like a web.xml
Files download
File Operation
openidm-httpcontext-6.1.0.jar download
openidm-httpcontext-6.1.0.pom download
openidm-httpcontext-6.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openidentityplatform.openidm</groupId>
  <artifactId>openidm-httpcontext</artifactId>
  <version>6.1.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.openidentityplatform.openidm:openidm-httpcontext:6.1.0'
Gradle Kotlin
implementation("org.openidentityplatform.openidm:openidm-httpcontext:6.1.0")
Scala SBT
libraryDependencies += "org.openidentityplatform.openidm" % "openidm-httpcontext" % "6.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.openidentityplatform.openidm', module='openidm-httpcontext', version='6.1.0')
)
Apache Ivy
<dependency org="org.openidentityplatform.openidm" name="openidm-httpcontext" rev="6.1.0" />
Leiningen
[org.openidentityplatform.openidm/openidm-httpcontext "6.1.0"]
Apache Buildr
'org.openidentityplatform.openidm:openidm-httpcontext:jar:6.1.0'