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