is not current version
Last Version 2.0.15

org.openidentityplatform.commons.http-framework.examples:servlet-example 2.0.8

Contains examples of a: single HttpApplication deployment where the application is unaware of the servlet url path it is registered at, single HttpApplication deployment where the application is registered at multiple servlet url paths and multiple HttpApplication deployment where each application is unaware of the servlet url path it is registered at.

Categories

Categories

IDE Development Tools ORM Data
GroupId

GroupId

org.openidentityplatform.commons.http-framework.examples
ArtifactId

ArtifactId

servlet-example
Version

Version

2.0.8
Type

Type

war

Download servlet-example 2.0.8


<!-- https://jarcasting.com/artifacts/org.openidentityplatform.commons.http-framework.examples/servlet-example/ -->
<dependency>
    <groupId>org.openidentityplatform.commons.http-framework.examples</groupId>
    <artifactId>servlet-example</artifactId>
    <version>2.0.8</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.commons.http-framework.examples/servlet-example/
implementation 'org.openidentityplatform.commons.http-framework.examples:servlet-example:2.0.8'
// https://jarcasting.com/artifacts/org.openidentityplatform.commons.http-framework.examples/servlet-example/
implementation ("org.openidentityplatform.commons.http-framework.examples:servlet-example:2.0.8")
'org.openidentityplatform.commons.http-framework.examples:servlet-example:war:2.0.8'
<dependency org="org.openidentityplatform.commons.http-framework.examples" name="servlet-example" rev="2.0.8">
  <artifact name="servlet-example" type="war" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.commons.http-framework.examples', module='servlet-example', version='2.0.8')
)
libraryDependencies += "org.openidentityplatform.commons.http-framework.examples" % "servlet-example" % "2.0.8"
[org.openidentityplatform.commons.http-framework.examples/servlet-example "2.0.8"]