Last Version

hello-spring-boot-starter 1.0.1

测试自定义 spring boot starter,并发布到 maven 中央库

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.xkcoding
ArtifactId

ArtifactId

hello-spring-boot-starter
Version

Version

1.0.1
Type

Type

jar
Description

Description

hello-spring-boot-starter
测试自定义 spring boot starter,并发布到 maven 中央库
Project URL

Project URL

https://github.com/xkcoding/hello-spring-boot-starter
Source Code Management

Source Code Management

https://github.com/xkcoding/hello-spring-boot-starter

Download hello-spring-boot-starter 1.0.1


<!-- https://jarcasting.com/artifacts/com.xkcoding/hello-spring-boot-starter/ -->
<dependency>
    <groupId>com.xkcoding</groupId>
    <artifactId>hello-spring-boot-starter</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.xkcoding/hello-spring-boot-starter/
implementation 'com.xkcoding:hello-spring-boot-starter:1.0.1'
// https://jarcasting.com/artifacts/com.xkcoding/hello-spring-boot-starter/
implementation ("com.xkcoding:hello-spring-boot-starter:1.0.1")
'com.xkcoding:hello-spring-boot-starter:jar:1.0.1'
<dependency org="com.xkcoding" name="hello-spring-boot-starter" rev="1.0.1">
  <artifact name="hello-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xkcoding', module='hello-spring-boot-starter', version='1.0.1')
)
libraryDependencies += "com.xkcoding" % "hello-spring-boot-starter" % "1.0.1"
[com.xkcoding/hello-spring-boot-starter "1.0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 2.1.3.RELEASE
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.1.3.RELEASE
org.projectlombok : lombok Optional jar 1.18.6

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.1.3.RELEASE

Project Modules

There are no modules declared in this project.