| License |
License |
|---|---|
| Categories |
CategoriesJetty Container Application Servers Spring Boot Microservices |
| GroupId | GroupIdorg.joinfaces |
| ArtifactId | ArtifactIdjetty-spring-boot-starter |
| Version | Version4.6.0-m1 |
| Type | Typejar |
| Description |
DescriptionJetty Spring Boot Starter
Jetty Spring Boot Starter
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jetty-spring-boot-starter-4.6.0-m1.pom | |
| jetty-spring-boot-starter-4.6.0-m1.jar | 393 bytes |
| jetty-spring-boot-starter-4.6.0-m1-sources.jar | 261 bytes |
| jetty-spring-boot-starter-4.6.0-m1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.joinfaces/jetty-spring-boot-starter/ -->
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>jetty-spring-boot-starter</artifactId>
<version>4.6.0-m1</version>
</dependency>
// https://jarcasting.com/artifacts/org.joinfaces/jetty-spring-boot-starter/
implementation 'org.joinfaces:jetty-spring-boot-starter:4.6.0-m1'
// https://jarcasting.com/artifacts/org.joinfaces/jetty-spring-boot-starter/
implementation ("org.joinfaces:jetty-spring-boot-starter:4.6.0-m1")
'org.joinfaces:jetty-spring-boot-starter:jar:4.6.0-m1'
<dependency org="org.joinfaces" name="jetty-spring-boot-starter" rev="4.6.0-m1">
<artifact name="jetty-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joinfaces', module='jetty-spring-boot-starter', version='4.6.0-m1')
)
libraryDependencies += "org.joinfaces" % "jetty-spring-boot-starter" % "4.6.0-m1"
[org.joinfaces/jetty-spring-boot-starter "4.6.0-m1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-jetty | jar | |
| org.eclipse.jetty : apache-jsp | jar |