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