| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки ORM Данные |
| Группа | Группаorg.openidentityplatform.commons.http-framework.examples |
| Идентификатор | Идентификаторservlet-example |
| Последняя версия | Последняя версия2.0.15 |
| Дата | Дата |
| Тип | Типwar |
| Описание |
Описаниеorg.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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.1 |