| GroupId | GroupIdcom.github.liuzhengyang |
|---|---|
| ArtifactId | ArtifactIdhotreload-core |
| Version | Version1.0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hotreload-core-1.0.8.pom | |
| hotreload-core-1.0.8.jar | 21 KB |
| hotreload-core-1.0.8-sources.jar | 11 KB |
| hotreload-core-1.0.8-javadoc.jar | 74 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.liuzhengyang/hotreload-core/ -->
<dependency>
<groupId>com.github.liuzhengyang</groupId>
<artifactId>hotreload-core</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuzhengyang/hotreload-core/
implementation 'com.github.liuzhengyang:hotreload-core:1.0.8'
// https://jarcasting.com/artifacts/com.github.liuzhengyang/hotreload-core/
implementation ("com.github.liuzhengyang:hotreload-core:1.0.8")
'com.github.liuzhengyang:hotreload-core:jar:1.0.8'
<dependency org="com.github.liuzhengyang" name="hotreload-core" rev="1.0.8">
<artifact name="hotreload-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liuzhengyang', module='hotreload-core', version='1.0.8')
)
libraryDependencies += "com.github.liuzhengyang" % "hotreload-core" % "1.0.8"
[com.github.liuzhengyang/hotreload-core "1.0.8"]