License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Ant Build Tools |
GroupId | GroupIdio.github.vibrantbyte |
ArtifactId | ArtifactIdspring-boot-starter |
Version | Version2.1.6.RELEASE |
Type | Typepom |
Description |
Descriptionspring-boot-starter
为spring-boot集成开发必备工具
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-boot-starter-2.1.6.RELEASE.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>2.1.6.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.vibrantbyte/spring-boot-starter/
implementation 'io.github.vibrantbyte:spring-boot-starter:2.1.6.RELEASE'
// https://jarcasting.com/artifacts/io.github.vibrantbyte/spring-boot-starter/
implementation ("io.github.vibrantbyte:spring-boot-starter:2.1.6.RELEASE")
'io.github.vibrantbyte:spring-boot-starter:pom:2.1.6.RELEASE'
<dependency org="io.github.vibrantbyte" name="spring-boot-starter" rev="2.1.6.RELEASE">
<artifact name="spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.vibrantbyte', module='spring-boot-starter', version='2.1.6.RELEASE')
)
libraryDependencies += "io.github.vibrantbyte" % "spring-boot-starter" % "2.1.6.RELEASE"
[io.github.vibrantbyte/spring-boot-starter "2.1.6.RELEASE"]