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