| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJetty Контейнер Application Servers |
| Группа | Группаorg.mortbay.jetty |
| Идентификатор | Идентификаторexample-async-rest-webapp |
| Последняя версия | Последняя версия8.0.0.M3 |
| Дата | Дата |
| Тип | Типwar |
| Описание |
ОписаниеExample :: Async Rest Webapp
Jetty integrations and distributions
|
| Организация-разработчик |
Организация-разработчикMort Bay Consulting |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/example-async-rest-webapp/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>example-async-rest-webapp</artifactId>
<version>8.0.0.M3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/example-async-rest-webapp/
implementation 'org.mortbay.jetty:example-async-rest-webapp:8.0.0.M3'
// https://jarcasting.com/artifacts/org.mortbay.jetty/example-async-rest-webapp/
implementation ("org.mortbay.jetty:example-async-rest-webapp:8.0.0.M3")
'org.mortbay.jetty:example-async-rest-webapp:war:8.0.0.M3'
<dependency org="org.mortbay.jetty" name="example-async-rest-webapp" rev="8.0.0.M3">
<artifact name="example-async-rest-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='example-async-rest-webapp', version='8.0.0.M3')
)
libraryDependencies += "org.mortbay.jetty" % "example-async-rest-webapp" % "8.0.0.M3"
[org.mortbay.jetty/example-async-rest-webapp "8.0.0.M3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.jetty.aggregate : jetty-client | jar | 8.0.0.M3 |
| org.eclipse.jetty : jetty-continuation | jar | 8.0.0.M3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mortbay.jetty : servlet-api | jar | 3.0.20100224 |