License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdjetty-start |
Last Version | Last Version7.0.0.pre5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJetty :: Start
The jetty startup artifact.
|
Project Organization |
Project OrganizationMort Bay Consulting |
Filename | Size |
---|---|
jetty-start-7.0.0.pre5.pom | |
jetty-start-7.0.0.pre5.jar | 17 KB |
jetty-start-7.0.0.pre5-sources.jar | 13 KB |
jetty-start-7.0.0.pre5-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-start/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-start</artifactId>
<version>7.0.0.pre5</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-start/
implementation 'org.mortbay.jetty:jetty-start:7.0.0.pre5'
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-start/
implementation ("org.mortbay.jetty:jetty-start:7.0.0.pre5")
'org.mortbay.jetty:jetty-start:jar:7.0.0.pre5'
<dependency org="org.mortbay.jetty" name="jetty-start" rev="7.0.0.pre5">
<artifact name="jetty-start" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='jetty-start', version='7.0.0.pre5')
)
libraryDependencies += "org.mortbay.jetty" % "jetty-start" % "7.0.0.pre5"
[org.mortbay.jetty/jetty-start "7.0.0.pre5"]