a

another-live-refresh-spring-boot-starter

alternative for livereload.com for spring boot projects
https://github.com/akaGelo/another-live-refresh
MIT License
Oleg Vyukov
Files download
File Operation
another-live-refresh-spring-boot-starter-0.1.2.jar download
another-live-refresh-spring-boot-starter-0.1.2.pom download
another-live-refresh-spring-boot-starter-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>ru.vyukov</groupId>
  <artifactId>another-live-refresh-spring-boot-starter</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'ru.vyukov:another-live-refresh-spring-boot-starter:0.1.2'
Gradle Kotlin
implementation("ru.vyukov:another-live-refresh-spring-boot-starter:0.1.2")
Scala SBT
libraryDependencies += "ru.vyukov" % "another-live-refresh-spring-boot-starter" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='ru.vyukov', module='another-live-refresh-spring-boot-starter', version='0.1.2')
)
Apache Ivy
<dependency org="ru.vyukov" name="another-live-refresh-spring-boot-starter" rev="0.1.2" />
Leiningen
[ru.vyukov/another-live-refresh-spring-boot-starter "0.1.2"]
Apache Buildr
'ru.vyukov:another-live-refresh-spring-boot-starter:jar:0.1.2'