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