Categories |
CategoriesJetty Container Application Servers Spring Boot Microservices |
---|---|
GroupId | GroupIdorg.joinfaces |
ArtifactId | ArtifactIdjetty-spring-boot-starter |
Version | Version3.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.joinfaces/jetty-spring-boot-starter/ -->
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>jetty-spring-boot-starter</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.joinfaces/jetty-spring-boot-starter/
implementation 'org.joinfaces:jetty-spring-boot-starter:3.1.1'
// https://jarcasting.com/artifacts/org.joinfaces/jetty-spring-boot-starter/
implementation ("org.joinfaces:jetty-spring-boot-starter:3.1.1")
'org.joinfaces:jetty-spring-boot-starter:jar:3.1.1'
<dependency org="org.joinfaces" name="jetty-spring-boot-starter" rev="3.1.1">
<artifact name="jetty-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joinfaces', module='jetty-spring-boot-starter', version='3.1.1')
)
libraryDependencies += "org.joinfaces" % "jetty-spring-boot-starter" % "3.1.1"
[org.joinfaces/jetty-spring-boot-starter "3.1.1"]