| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdcn.huangxulin |
| ArtifactId | ArtifactIdhot-patch-spring-boot-starter |
| Last Version | Last Version2.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
| Filename | Size |
|---|---|
| hot-patch-spring-boot-starter-2.0.2.pom | |
| hot-patch-spring-boot-starter-2.0.2.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.huangxulin/hot-patch-spring-boot-starter/ -->
<dependency>
<groupId>cn.huangxulin</groupId>
<artifactId>hot-patch-spring-boot-starter</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.huangxulin/hot-patch-spring-boot-starter/
implementation 'cn.huangxulin:hot-patch-spring-boot-starter:2.0.2'
// https://jarcasting.com/artifacts/cn.huangxulin/hot-patch-spring-boot-starter/
implementation ("cn.huangxulin:hot-patch-spring-boot-starter:2.0.2")
'cn.huangxulin:hot-patch-spring-boot-starter:jar:2.0.2'
<dependency org="cn.huangxulin" name="hot-patch-spring-boot-starter" rev="2.0.2">
<artifact name="hot-patch-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.huangxulin', module='hot-patch-spring-boot-starter', version='2.0.2')
)
libraryDependencies += "cn.huangxulin" % "hot-patch-spring-boot-starter" % "2.0.2"
[cn.huangxulin/hot-patch-spring-boot-starter "2.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.5.14 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.5.14 |