License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers Jakarta Server Pages Jakarta EE The Web Tier |
GroupId | GroupIdio.tesla.jettyconsole |
ArtifactId | ArtifactIdjetty-console-jsp-plugin |
Last Version | Last Version1.47 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJetty Console JSP Plugin
Creates runnable wars by embedding Jetty into the WAR
|
<!-- https://jarcasting.com/artifacts/io.tesla.jettyconsole/jetty-console-jsp-plugin/ -->
<dependency>
<groupId>io.tesla.jettyconsole</groupId>
<artifactId>jetty-console-jsp-plugin</artifactId>
<version>1.47</version>
</dependency>
// https://jarcasting.com/artifacts/io.tesla.jettyconsole/jetty-console-jsp-plugin/
implementation 'io.tesla.jettyconsole:jetty-console-jsp-plugin:1.47'
// https://jarcasting.com/artifacts/io.tesla.jettyconsole/jetty-console-jsp-plugin/
implementation ("io.tesla.jettyconsole:jetty-console-jsp-plugin:1.47")
'io.tesla.jettyconsole:jetty-console-jsp-plugin:jar:1.47'
<dependency org="io.tesla.jettyconsole" name="jetty-console-jsp-plugin" rev="1.47">
<artifact name="jetty-console-jsp-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tesla.jettyconsole', module='jetty-console-jsp-plugin', version='1.47')
)
libraryDependencies += "io.tesla.jettyconsole" % "jetty-console-jsp-plugin" % "1.47"
[io.tesla.jettyconsole/jetty-console-jsp-plugin "1.47"]
Group / Artifact | Type | Version |
---|---|---|
io.tesla.jettyconsole : jetty-console-api | jar | 1.47 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |