| Categories | CategoriesJetty Container Application Servers | 
|---|---|
| GroupId | GroupIdjetty | 
| ArtifactId | ArtifactIdjetty-spring | 
| Last Version | Last Version6.0.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| jetty-spring-6.0.2.pom | |
| jetty-spring-6.0.2.jar | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/jetty/jetty-spring/ -->
<dependency>
    <groupId>jetty</groupId>
    <artifactId>jetty-spring</artifactId>
    <version>6.0.2</version>
</dependency>// https://jarcasting.com/artifacts/jetty/jetty-spring/
implementation 'jetty:jetty-spring:6.0.2'// https://jarcasting.com/artifacts/jetty/jetty-spring/
implementation ("jetty:jetty-spring:6.0.2")'jetty:jetty-spring:jar:6.0.2'<dependency org="jetty" name="jetty-spring" rev="6.0.2">
  <artifact name="jetty-spring" type="jar" />
</dependency>@Grapes(
@Grab(group='jetty', module='jetty-spring', version='6.0.2')
)libraryDependencies += "jetty" % "jetty-spring" % "6.0.2"[jetty/jetty-spring "6.0.2"]