| Категории |
КатегорииJetty Контейнер Application Servers Spring Boot Микросервисы |
|---|---|
| Группа | Группаorg.joinfaces |
| Идентификатор | Идентификаторjetty-spring-boot-starter |
| Версия | Версия3.3.0-rc1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jetty-spring-boot-starter-3.3.0-rc1.pom | |
| jetty-spring-boot-starter-3.3.0-rc1.jar | 261 bytes |
| jetty-spring-boot-starter-3.3.0-rc1-sources.jar | 261 bytes |
| jetty-spring-boot-starter-3.3.0-rc1-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.joinfaces/jetty-spring-boot-starter/ -->
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>jetty-spring-boot-starter</artifactId>
<version>3.3.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/org.joinfaces/jetty-spring-boot-starter/
implementation 'org.joinfaces:jetty-spring-boot-starter:3.3.0-rc1'
// https://jarcasting.com/artifacts/org.joinfaces/jetty-spring-boot-starter/
implementation ("org.joinfaces:jetty-spring-boot-starter:3.3.0-rc1")
'org.joinfaces:jetty-spring-boot-starter:jar:3.3.0-rc1'
<dependency org="org.joinfaces" name="jetty-spring-boot-starter" rev="3.3.0-rc1">
<artifact name="jetty-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joinfaces', module='jetty-spring-boot-starter', version='3.3.0-rc1')
)
libraryDependencies += "org.joinfaces" % "jetty-spring-boot-starter" % "3.3.0-rc1"
[org.joinfaces/jetty-spring-boot-starter "3.3.0-rc1"]