| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJetty Контейнер Application Servers Hudson Компиляция и сборка Continuous Integration and Continuous Delivery CLI Взаимодействие с пользователем |
| Группа | Группаorg.eclipse.hudson |
| Идентификатор | Идентификаторhudson-jetty-war-executable |
| Последняя версия | Последняя версия3.3.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHudson :: jetty-war-executable
Class needed for Jetty server based executable war
|
| Организация-разработчик |
Организация-разработчикHudson |
<!-- https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-jetty-war-executable/ -->
<dependency>
<groupId>org.eclipse.hudson</groupId>
<artifactId>hudson-jetty-war-executable</artifactId>
<version>3.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-jetty-war-executable/
implementation 'org.eclipse.hudson:hudson-jetty-war-executable:3.3.3'
// https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-jetty-war-executable/
implementation ("org.eclipse.hudson:hudson-jetty-war-executable:3.3.3")
'org.eclipse.hudson:hudson-jetty-war-executable:jar:3.3.3'
<dependency org="org.eclipse.hudson" name="hudson-jetty-war-executable" rev="3.3.3">
<artifact name="hudson-jetty-war-executable" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hudson', module='hudson-jetty-war-executable', version='3.3.3')
)
libraryDependencies += "org.eclipse.hudson" % "hudson-jetty-war-executable" % "3.3.3"
[org.eclipse.hudson/hudson-jetty-war-executable "3.3.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.jetty : jetty-server | jar | 9.2.10.v20150310 |
| org.eclipse.jetty : jetty-webapp | jar | 9.2.10.v20150310 |
| org.eclipse.jetty : jetty-continuation | jar | 9.2.10.v20150310 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.1 |