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.5.pom download
Apache Maven
<dependency>
  <groupId>io.github.hyfsy</groupId>
  <artifactId>hot-refresh-parent</artifactId>
  <version>1.2.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.hyfsy:hot-refresh-parent:1.2.5'
Gradle Kotlin
implementation("io.github.hyfsy:hot-refresh-parent:1.2.5")
Scala SBT
libraryDependencies += "io.github.hyfsy" % "hot-refresh-parent" % "1.2.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.hyfsy', module='hot-refresh-parent', version='1.2.5')
)
Apache Ivy
<dependency org="io.github.hyfsy" name="hot-refresh-parent" rev="1.2.5" />
Leiningen
[io.github.hyfsy/hot-refresh-parent "1.2.5"]
Apache Buildr
'io.github.hyfsy:hot-refresh-parent:jar:1.2.5'