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