Categories |
CategoriesJetty Container Application Servers Spring Boot Microservices |
---|---|
GroupId | GroupIdorg.joinfaces |
ArtifactId | ArtifactIdjetty-spring-boot-starter |
Version | Version4.0.8 |
Type | Typejar |
Filename | Size |
---|---|
jetty-spring-boot-starter-4.0.8.pom | |
jetty-spring-boot-starter-4.0.8.jar | 367 bytes |
jetty-spring-boot-starter-4.0.8-sources.jar | 261 bytes |
jetty-spring-boot-starter-4.0.8-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.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.joinfaces/jetty-spring-boot-starter/
implementation 'org.joinfaces:jetty-spring-boot-starter:4.0.8'
// https://jarcasting.com/artifacts/org.joinfaces/jetty-spring-boot-starter/
implementation ("org.joinfaces:jetty-spring-boot-starter:4.0.8")
'org.joinfaces:jetty-spring-boot-starter:jar:4.0.8'
<dependency org="org.joinfaces" name="jetty-spring-boot-starter" rev="4.0.8">
<artifact name="jetty-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joinfaces', module='jetty-spring-boot-starter', version='4.0.8')
)
libraryDependencies += "org.joinfaces" % "jetty-spring-boot-starter" % "4.0.8"
[org.joinfaces/jetty-spring-boot-starter "4.0.8"]