Last Version

Example :: Jetty Spring 11.0.0.beta3

The Eclipse Jetty Project

License

License

Categories

Categories

Jetty Container Application Servers CLI User Interface
GroupId

GroupId

org.eclipse.jetty
ArtifactId

ArtifactId

jetty-spring
Version

Version

11.0.0.beta3
Type

Type

jar
Description

Description

Example :: Jetty Spring
The Eclipse Jetty Project
Project URL

Project URL

https://eclipse.org/jetty/jetty-spring
Project Organization

Project Organization

Webtide

Download jetty-spring 11.0.0.beta3


<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-spring/ -->
<dependency>
    <groupId>org.eclipse.jetty</groupId>
    <artifactId>jetty-spring</artifactId>
    <version>11.0.0.beta3</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-spring/
implementation 'org.eclipse.jetty:jetty-spring:11.0.0.beta3'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-spring/
implementation ("org.eclipse.jetty:jetty-spring:11.0.0.beta3")
'org.eclipse.jetty:jetty-spring:jar:11.0.0.beta3'
<dependency org="org.eclipse.jetty" name="jetty-spring" rev="11.0.0.beta3">
  <artifact name="jetty-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-spring', version='11.0.0.beta3')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-spring" % "11.0.0.beta3"
[org.eclipse.jetty/jetty-spring "11.0.0.beta3"]

Dependencies

compile (4)

Group / Artifact Type Version
org.eclipse.jetty : jetty-xml jar 11.0.0.beta3
org.eclipse.jetty : jetty-util jar 11.0.0.beta3
org.springframework : spring-beans jar 5.1.1.RELEASE
org.slf4j : slf4j-api jar 2.0.0-alpha1

test (4)

Group / Artifact Type Version
org.eclipse.jetty : jetty-server jar 11.0.0.beta3
org.eclipse.jetty : jetty-slf4j-impl jar 11.0.0.beta3
org.eclipse.jetty.toolchain : jetty-test-helper jar 5.5
org.junit.jupiter : junit-jupiter jar 5.7.0

Project Modules

There are no modules declared in this project.