is not current version
Last Version 1.61

org.simplericity.jettyconsole:jetty-console 1.56

Creates runnable wars by embedding Jetty into the WAR

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.simplericity.jettyconsole
ArtifactId

ArtifactId

jetty-console
Version

Version

1.56
Type

Type

pom

Download jetty-console 1.56

Filename Size
jetty-console-1.56.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/org.simplericity.jettyconsole/jetty-console/ -->
<dependency>
    <groupId>org.simplericity.jettyconsole</groupId>
    <artifactId>jetty-console</artifactId>
    <version>1.56</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.simplericity.jettyconsole/jetty-console/
implementation 'org.simplericity.jettyconsole:jetty-console:1.56'
// https://jarcasting.com/artifacts/org.simplericity.jettyconsole/jetty-console/
implementation ("org.simplericity.jettyconsole:jetty-console:1.56")
'org.simplericity.jettyconsole:jetty-console:pom:1.56'
<dependency org="org.simplericity.jettyconsole" name="jetty-console" rev="1.56">
  <artifact name="jetty-console" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.simplericity.jettyconsole', module='jetty-console', version='1.56')
)
libraryDependencies += "org.simplericity.jettyconsole" % "jetty-console" % "1.56"
[org.simplericity.jettyconsole/jetty-console "1.56"]