License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdexample-jetty-spring |
Last Version | Last Version7.0.0.1beta3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExample :: Jetty Spring Example
|
Project Organization |
Project OrganizationMort Bay Consulting |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/example-jetty-spring/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>example-jetty-spring</artifactId>
<version>7.0.0.1beta3</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/example-jetty-spring/
implementation 'org.mortbay.jetty:example-jetty-spring:7.0.0.1beta3'
// https://jarcasting.com/artifacts/org.mortbay.jetty/example-jetty-spring/
implementation ("org.mortbay.jetty:example-jetty-spring:7.0.0.1beta3")
'org.mortbay.jetty:example-jetty-spring:jar:7.0.0.1beta3'
<dependency org="org.mortbay.jetty" name="example-jetty-spring" rev="7.0.0.1beta3">
<artifact name="example-jetty-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='example-jetty-spring', version='7.0.0.1beta3')
)
libraryDependencies += "org.mortbay.jetty" % "example-jetty-spring" % "7.0.0.1beta3"
[org.mortbay.jetty/example-jetty-spring "7.0.0.1beta3"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-webapp | jar | 7.0.0.M4 |
org.eclipse.jetty : jetty-plus | jar | 7.0.0.M4 |
org.springframework : spring | jar | 1.2.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |