Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.neko233 |
ArtifactId | ArtifactIdspring-boot-starter-web-hotUpdate |
Version | Version0.0.2 |
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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.neko233/spring-boot-starter-web-hotUpdate/
implementation 'com.neko233:spring-boot-starter-web-hotUpdate:0.0.2'
// https://jarcasting.com/artifacts/com.neko233/spring-boot-starter-web-hotUpdate/
implementation ("com.neko233:spring-boot-starter-web-hotUpdate:0.0.2")
'com.neko233:spring-boot-starter-web-hotUpdate:jar:0.0.2'
<dependency org="com.neko233" name="spring-boot-starter-web-hotUpdate" rev="0.0.2">
<artifact name="spring-boot-starter-web-hotUpdate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.neko233', module='spring-boot-starter-web-hotUpdate', version='0.0.2')
)
libraryDependencies += "com.neko233" % "spring-boot-starter-web-hotUpdate" % "0.0.2"
[com.neko233/spring-boot-starter-web-hotUpdate "0.0.2"]