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