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