Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdtech.iooo.boot |
ArtifactId | ArtifactIdiooo-spring-boot-module |
Version | Version1.0.8.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
iooo-spring-boot-module-1.0.8.RELEASE.pom | 1 KB |
Browse |
<!-- 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.8.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.8.RELEASE'
// https://jarcasting.com/artifacts/tech.iooo.boot/iooo-spring-boot-module/
implementation ("tech.iooo.boot:iooo-spring-boot-module:1.0.8.RELEASE")
'tech.iooo.boot:iooo-spring-boot-module:pom:1.0.8.RELEASE'
<dependency org="tech.iooo.boot" name="iooo-spring-boot-module" rev="1.0.8.RELEASE">
<artifact name="iooo-spring-boot-module" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.iooo.boot', module='iooo-spring-boot-module', version='1.0.8.RELEASE')
)
libraryDependencies += "tech.iooo.boot" % "iooo-spring-boot-module" % "1.0.8.RELEASE"
[tech.iooo.boot/iooo-spring-boot-module "1.0.8.RELEASE"]