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