Categories |
CategoriesSpring Boot Container Microservices Ant Build Tools |
---|---|
GroupId | GroupIdio.github.vibrantbyte |
ArtifactId | ArtifactIdspring-boot-starter |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-starter-1.0.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.vibrantbyte/spring-boot-starter/ -->
<dependency>
<groupId>io.github.vibrantbyte</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.vibrantbyte/spring-boot-starter/
implementation 'io.github.vibrantbyte:spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/io.github.vibrantbyte/spring-boot-starter/
implementation ("io.github.vibrantbyte:spring-boot-starter:1.0.0")
'io.github.vibrantbyte:spring-boot-starter:pom:1.0.0'
<dependency org="io.github.vibrantbyte" name="spring-boot-starter" rev="1.0.0">
<artifact name="spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.vibrantbyte', module='spring-boot-starter', version='1.0.0')
)
libraryDependencies += "io.github.vibrantbyte" % "spring-boot-starter" % "1.0.0"
[io.github.vibrantbyte/spring-boot-starter "1.0.0"]