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