| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаio.github.marvinspring |
| Идентификатор | Идентификаторspring-boot-starter-calma |
| Версия | Версия1.0.0-RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.github.marvinspring/spring-boot-starter-calma/ -->
<dependency>
<groupId>io.github.marvinspring</groupId>
<artifactId>spring-boot-starter-calma</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.marvinspring/spring-boot-starter-calma/
implementation 'io.github.marvinspring:spring-boot-starter-calma:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/io.github.marvinspring/spring-boot-starter-calma/
implementation ("io.github.marvinspring:spring-boot-starter-calma:1.0.0-RELEASE")
'io.github.marvinspring:spring-boot-starter-calma:jar:1.0.0-RELEASE'
<dependency org="io.github.marvinspring" name="spring-boot-starter-calma" rev="1.0.0-RELEASE">
<artifact name="spring-boot-starter-calma" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.marvinspring', module='spring-boot-starter-calma', version='1.0.0-RELEASE')
)
libraryDependencies += "io.github.marvinspring" % "spring-boot-starter-calma" % "1.0.0-RELEASE"
[io.github.marvinspring/spring-boot-starter-calma "1.0.0-RELEASE"]