License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.fanxuankai.boot |
ArtifactId | ArtifactIdspring-boot-starter-parent |
Version | Version0.0.1 |
Type | Typepom |
Description |
Descriptionspring-boot-starter-parent
Starter Parent for Spring Boot
|
Project URL |
Project URL |
Filename | Size |
---|---|
spring-boot-starter-parent-0.0.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fanxuankai.boot/spring-boot-starter-parent/ -->
<dependency>
<groupId>com.fanxuankai.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fanxuankai.boot/spring-boot-starter-parent/
implementation 'com.fanxuankai.boot:spring-boot-starter-parent:0.0.1'
// https://jarcasting.com/artifacts/com.fanxuankai.boot/spring-boot-starter-parent/
implementation ("com.fanxuankai.boot:spring-boot-starter-parent:0.0.1")
'com.fanxuankai.boot:spring-boot-starter-parent:pom:0.0.1'
<dependency org="com.fanxuankai.boot" name="spring-boot-starter-parent" rev="0.0.1">
<artifact name="spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fanxuankai.boot', module='spring-boot-starter-parent', version='0.0.1')
)
libraryDependencies += "com.fanxuankai.boot" % "spring-boot-starter-parent" % "0.0.1"
[com.fanxuankai.boot/spring-boot-starter-parent "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.2.6.RELEASE |
org.projectlombok : lombok Optional | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.2.6.RELEASE |