is not current version
Last Version 1.0.22

in.hocg.boot:spring-boot-starters-parent 1.0.15


Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

in.hocg.boot
ArtifactId

ArtifactId

spring-boot-starters-parent
Version

Version

1.0.15
Type

Type

pom

Download spring-boot-starters-parent 1.0.15


<!-- https://jarcasting.com/artifacts/in.hocg.boot/spring-boot-starters-parent/ -->
<dependency>
    <groupId>in.hocg.boot</groupId>
    <artifactId>spring-boot-starters-parent</artifactId>
    <version>1.0.15</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/in.hocg.boot/spring-boot-starters-parent/
implementation 'in.hocg.boot:spring-boot-starters-parent:1.0.15'
// https://jarcasting.com/artifacts/in.hocg.boot/spring-boot-starters-parent/
implementation ("in.hocg.boot:spring-boot-starters-parent:1.0.15")
'in.hocg.boot:spring-boot-starters-parent:pom:1.0.15'
<dependency org="in.hocg.boot" name="spring-boot-starters-parent" rev="1.0.15">
  <artifact name="spring-boot-starters-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='in.hocg.boot', module='spring-boot-starters-parent', version='1.0.15')
)
libraryDependencies += "in.hocg.boot" % "spring-boot-starters-parent" % "1.0.15"
[in.hocg.boot/spring-boot-starters-parent "1.0.15"]