文件下载
文件名 操作
hot-refresh-plugin-web-1.2.0.jar 下载
hot-refresh-plugin-web-1.2.0.pom 下载
hot-refresh-plugin-web-1.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.hyfsy</groupId>
  <artifactId>hot-refresh-plugin-web</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.hyfsy:hot-refresh-plugin-web:1.2.0'
Gradle Kotlin
implementation("io.github.hyfsy:hot-refresh-plugin-web:1.2.0")
Scala SBT
libraryDependencies += "io.github.hyfsy" % "hot-refresh-plugin-web" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.hyfsy', module='hot-refresh-plugin-web', version='1.2.0')
)
Apache Ivy
<dependency org="io.github.hyfsy" name="hot-refresh-plugin-web" rev="1.2.0" />
Leiningen
[io.github.hyfsy/hot-refresh-plugin-web "1.2.0"]
Apache Buildr
'io.github.hyfsy:hot-refresh-plugin-web:jar:1.2.0'