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