Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.neko233 |
ArtifactId | ArtifactIdspring-boot-starter-web-hotUpdate |
Version | Version0.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.neko233/spring-boot-starter-web-hotUpdate/ -->
<dependency>
<groupId>com.neko233</groupId>
<artifactId>spring-boot-starter-web-hotUpdate</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.neko233/spring-boot-starter-web-hotUpdate/
implementation 'com.neko233:spring-boot-starter-web-hotUpdate:0.0.3'
// https://jarcasting.com/artifacts/com.neko233/spring-boot-starter-web-hotUpdate/
implementation ("com.neko233:spring-boot-starter-web-hotUpdate:0.0.3")
'com.neko233:spring-boot-starter-web-hotUpdate:jar:0.0.3'
<dependency org="com.neko233" name="spring-boot-starter-web-hotUpdate" rev="0.0.3">
<artifact name="spring-boot-starter-web-hotUpdate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.neko233', module='spring-boot-starter-web-hotUpdate', version='0.0.3')
)
libraryDependencies += "com.neko233" % "spring-boot-starter-web-hotUpdate" % "0.0.3"
[com.neko233/spring-boot-starter-web-hotUpdate "0.0.3"]