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