| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcn.huangxulin |
| Идентификатор | Идентификаторhot-patch-spring-boot-starter |
| Версия | Версия2.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеParent pom providing dependency and plugin management for applications built with Maven
|
<!-- 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.huangxulin/hot-patch-spring-boot-starter/
implementation 'cn.huangxulin:hot-patch-spring-boot-starter:2.0.0'
// https://jarcasting.com/artifacts/cn.huangxulin/hot-patch-spring-boot-starter/
implementation ("cn.huangxulin:hot-patch-spring-boot-starter:2.0.0")
'cn.huangxulin:hot-patch-spring-boot-starter:jar:2.0.0'
<dependency org="cn.huangxulin" name="hot-patch-spring-boot-starter" rev="2.0.0">
<artifact name="hot-patch-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.huangxulin', module='hot-patch-spring-boot-starter', version='2.0.0')
)
libraryDependencies += "cn.huangxulin" % "hot-patch-spring-boot-starter" % "2.0.0"
[cn.huangxulin/hot-patch-spring-boot-starter "2.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 2.4.13 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.4.13 |