| Категории |
КатегорииJetty Контейнер Application Servers |
|---|---|
| Группа | Группаorg.simplericity.jettyconsole |
| Идентификатор | Идентификаторjetty-console-startstop-plugin |
| Версия | Версия1.45 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.simplericity.jettyconsole/jetty-console-startstop-plugin/ -->
<dependency>
<groupId>org.simplericity.jettyconsole</groupId>
<artifactId>jetty-console-startstop-plugin</artifactId>
<version>1.45</version>
</dependency>
// https://jarcasting.com/artifacts/org.simplericity.jettyconsole/jetty-console-startstop-plugin/
implementation 'org.simplericity.jettyconsole:jetty-console-startstop-plugin:1.45'
// https://jarcasting.com/artifacts/org.simplericity.jettyconsole/jetty-console-startstop-plugin/
implementation ("org.simplericity.jettyconsole:jetty-console-startstop-plugin:1.45")
'org.simplericity.jettyconsole:jetty-console-startstop-plugin:jar:1.45'
<dependency org="org.simplericity.jettyconsole" name="jetty-console-startstop-plugin" rev="1.45">
<artifact name="jetty-console-startstop-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.simplericity.jettyconsole', module='jetty-console-startstop-plugin', version='1.45')
)
libraryDependencies += "org.simplericity.jettyconsole" % "jetty-console-startstop-plugin" % "1.45"
[org.simplericity.jettyconsole/jetty-console-startstop-plugin "1.45"]