| License |
License |
|---|---|
| Categories |
CategoriesJetty Container Application Servers |
| GroupId | GroupIdorg.mortbay.jetty.example |
| ArtifactId | ArtifactIdjetty-example-webapp |
| Last Version | Last Version7.0.0.pre5 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
DescriptionJetty Example :: Webapp Example
|
| Project Organization |
Project OrganizationMort Bay Consulting |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty.example/jetty-example-webapp/ -->
<dependency>
<groupId>org.mortbay.jetty.example</groupId>
<artifactId>jetty-example-webapp</artifactId>
<version>7.0.0.pre5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty.example/jetty-example-webapp/
implementation 'org.mortbay.jetty.example:jetty-example-webapp:7.0.0.pre5'
// https://jarcasting.com/artifacts/org.mortbay.jetty.example/jetty-example-webapp/
implementation ("org.mortbay.jetty.example:jetty-example-webapp:7.0.0.pre5")
'org.mortbay.jetty.example:jetty-example-webapp:war:7.0.0.pre5'
<dependency org="org.mortbay.jetty.example" name="jetty-example-webapp" rev="7.0.0.pre5">
<artifact name="jetty-example-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty.example', module='jetty-example-webapp', version='7.0.0.pre5')
)
libraryDependencies += "org.mortbay.jetty.example" % "jetty-example-webapp" % "7.0.0.pre5"
[org.mortbay.jetty.example/jetty-example-webapp "7.0.0.pre5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mortbay.jetty : jetty-servlet | jar | 7.0.0.pre5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mortbay.jetty : servlet-api | jar | 3.0.pre1 |
| org.mortbay.jetty : jsp-api-2.1-glassfish | jar | 9.1.02.B04.p0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.2 |
| org.mortbay.jetty : jetty | jar | 7.0.0.pre5 |