| License | License | 
|---|---|
| Categories | CategoriesIDE Development Tools ORM Data | 
| GroupId | GroupIdorg.openidentityplatform.commons.http-framework.examples | 
| ArtifactId | ArtifactIdservlet-example | 
| Last Version | Last Version2.0.15 | 
| Release Date | Release Date | 
| Type | Typewar | 
| Description | Descriptionorg.openidentityplatform.commons.http-framework.examples.servlet-example 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. | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| servlet-example-2.0.15.pom | |
| servlet-example-2.0.15.war | 5 MB | 
| servlet-example-2.0.15-sources.jar | 6 KB | 
| servlet-example-2.0.15-javadoc.jar | 29 KB | 
| Browse | 
<!-- 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.15</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.15'// https://jarcasting.com/artifacts/org.openidentityplatform.commons.http-framework.examples/servlet-example/
implementation ("org.openidentityplatform.commons.http-framework.examples:servlet-example:2.0.15")'org.openidentityplatform.commons.http-framework.examples:servlet-example:war:2.0.15'<dependency org="org.openidentityplatform.commons.http-framework.examples" name="servlet-example" rev="2.0.15">
  <artifact name="servlet-example" type="war" />
</dependency>@Grapes(
@Grab(group='org.openidentityplatform.commons.http-framework.examples', module='servlet-example', version='2.0.15')
)libraryDependencies += "org.openidentityplatform.commons.http-framework.examples" % "servlet-example" % "2.0.15"[org.openidentityplatform.commons.http-framework.examples/servlet-example "2.0.15"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.openidentityplatform.commons.http-framework : servlet | jar | 2.0.15 | 
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.12.6 | 
| io.swagger : swagger-core | jar | 1.6.2 | 
| org.openidentityplatform.commons.http-framework.examples : http-descriptor-example | jar | 2.0.15 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.1 |