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