License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.kohsuke.stapler |
ArtifactId | ArtifactIdstapler-jetty |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStapler Jetty Runner
Launches a stapler app with Jetty
|
Filename | Size |
---|---|
stapler-jetty-1.1.pom | |
stapler-jetty-1.1.jar | 3 KB |
stapler-jetty-1.1-sources.jar | 1 KB |
stapler-jetty-1.1-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jetty/ -->
<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler-jetty</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jetty/
implementation 'org.kohsuke.stapler:stapler-jetty:1.1'
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jetty/
implementation ("org.kohsuke.stapler:stapler-jetty:1.1")
'org.kohsuke.stapler:stapler-jetty:jar:1.1'
<dependency org="org.kohsuke.stapler" name="stapler-jetty" rev="1.1">
<artifact name="stapler-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke.stapler', module='stapler-jetty', version='1.1')
)
libraryDependencies += "org.kohsuke.stapler" % "stapler-jetty" % "1.1"
[org.kohsuke.stapler/stapler-jetty "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.kohsuke.stapler : stapler | jar | 1.177 |
org.eclipse.jetty : jetty-servlet | jar | 7.5.4.v20111024 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |