Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.simplericity.jettyconsole |
ArtifactId | ArtifactIdjetty-console-startstop-plugin |
Version | Version1.48 |
Type | Typejar |
<!-- 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.48</version>
</dependency>
// https://jarcasting.com/artifacts/org.simplericity.jettyconsole/jetty-console-startstop-plugin/
implementation 'org.simplericity.jettyconsole:jetty-console-startstop-plugin:1.48'
// https://jarcasting.com/artifacts/org.simplericity.jettyconsole/jetty-console-startstop-plugin/
implementation ("org.simplericity.jettyconsole:jetty-console-startstop-plugin:1.48")
'org.simplericity.jettyconsole:jetty-console-startstop-plugin:jar:1.48'
<dependency org="org.simplericity.jettyconsole" name="jetty-console-startstop-plugin" rev="1.48">
<artifact name="jetty-console-startstop-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.simplericity.jettyconsole', module='jetty-console-startstop-plugin', version='1.48')
)
libraryDependencies += "org.simplericity.jettyconsole" % "jetty-console-startstop-plugin" % "1.48"
[org.simplericity.jettyconsole/jetty-console-startstop-plugin "1.48"]