h

hot-refresh-parent

Hot refresh the class on the production environment
https://github.com/hyfsy/hot-refresh
The Apache License, Version 2.0
Hyfsy Group
hyfsy
Files download
File Operation
hot-refresh-parent-1.2.4.pom download
Apache Maven
<dependency>
  <groupId>io.github.hyfsy</groupId>
  <artifactId>hot-refresh-parent</artifactId>
  <version>1.2.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.hyfsy:hot-refresh-parent:1.2.4'
Gradle Kotlin
implementation("io.github.hyfsy:hot-refresh-parent:1.2.4")
Scala SBT
libraryDependencies += "io.github.hyfsy" % "hot-refresh-parent" % "1.2.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.hyfsy', module='hot-refresh-parent', version='1.2.4')
)
Apache Ivy
<dependency org="io.github.hyfsy" name="hot-refresh-parent" rev="1.2.4" />
Leiningen
[io.github.hyfsy/hot-refresh-parent "1.2.4"]
Apache Buildr
'io.github.hyfsy:hot-refresh-parent:jar:1.2.4'