License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcn.chendahai |
ArtifactId | ArtifactIddemo-spring-boot-starter |
Version | Version1.1.2 |
Type | Typejar |
Description |
Descriptiondemo-spring-boot-starter
spring-boot-starter-demo
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/cn.chendahai/demo-spring-boot-starter/ -->
<dependency>
<groupId>cn.chendahai</groupId>
<artifactId>demo-spring-boot-starter</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.chendahai/demo-spring-boot-starter/
implementation 'cn.chendahai:demo-spring-boot-starter:1.1.2'
// https://jarcasting.com/artifacts/cn.chendahai/demo-spring-boot-starter/
implementation ("cn.chendahai:demo-spring-boot-starter:1.1.2")
'cn.chendahai:demo-spring-boot-starter:jar:1.1.2'
<dependency org="cn.chendahai" name="demo-spring-boot-starter" rev="1.1.2">
<artifact name="demo-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.chendahai', module='demo-spring-boot-starter', version='1.1.2')
)
libraryDependencies += "cn.chendahai" % "demo-spring-boot-starter" % "1.1.2"
[cn.chendahai/demo-spring-boot-starter "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar |