GroupId | GroupIdcom.github.liuzhengyang |
---|---|
ArtifactId | ArtifactIdhotreload-boot |
Version | Version1.0.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.liuzhengyang/hotreload-boot/ -->
<dependency>
<groupId>com.github.liuzhengyang</groupId>
<artifactId>hotreload-boot</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuzhengyang/hotreload-boot/
implementation 'com.github.liuzhengyang:hotreload-boot:1.0.10'
// https://jarcasting.com/artifacts/com.github.liuzhengyang/hotreload-boot/
implementation ("com.github.liuzhengyang:hotreload-boot:1.0.10")
'com.github.liuzhengyang:hotreload-boot:jar:1.0.10'
<dependency org="com.github.liuzhengyang" name="hotreload-boot" rev="1.0.10">
<artifact name="hotreload-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liuzhengyang', module='hotreload-boot', version='1.0.10')
)
libraryDependencies += "com.github.liuzhengyang" % "hotreload-boot" % "1.0.10"
[com.github.liuzhengyang/hotreload-boot "1.0.10"]