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