License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.fcrepo |
ArtifactId | ArtifactIdjetty-console-startstop-plugin |
Last Version | Last Version1.64 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJetty Console Unix start/stop script Plugin
Creates runnable wars by embedding Jetty into the WAR
|
<!-- https://jarcasting.com/artifacts/org.fcrepo/jetty-console-startstop-plugin/ -->
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>jetty-console-startstop-plugin</artifactId>
<version>1.64</version>
</dependency>
// https://jarcasting.com/artifacts/org.fcrepo/jetty-console-startstop-plugin/
implementation 'org.fcrepo:jetty-console-startstop-plugin:1.64'
// https://jarcasting.com/artifacts/org.fcrepo/jetty-console-startstop-plugin/
implementation ("org.fcrepo:jetty-console-startstop-plugin:1.64")
'org.fcrepo:jetty-console-startstop-plugin:jar:1.64'
<dependency org="org.fcrepo" name="jetty-console-startstop-plugin" rev="1.64">
<artifact name="jetty-console-startstop-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fcrepo', module='jetty-console-startstop-plugin', version='1.64')
)
libraryDependencies += "org.fcrepo" % "jetty-console-startstop-plugin" % "1.64"
[org.fcrepo/jetty-console-startstop-plugin "1.64"]
Group / Artifact | Type | Version |
---|---|---|
org.fcrepo : jetty-console-api | jar | 1.64 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |