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