is not current version
Last Version 0.3.1

ru.vyukov:another-live-refresh 0.2.5

alternative for livereload.com for spring boot projects

Categories

Categories

Other General Purpose Libraries
GroupId

GroupId

ru.vyukov
ArtifactId

ArtifactId

another-live-refresh
Version

Version

0.2.5
Type

Type

pom

Download another-live-refresh 0.2.5


<!-- https://jarcasting.com/artifacts/ru.vyukov/another-live-refresh/ -->
<dependency>
    <groupId>ru.vyukov</groupId>
    <artifactId>another-live-refresh</artifactId>
    <version>0.2.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ru.vyukov/another-live-refresh/
implementation 'ru.vyukov:another-live-refresh:0.2.5'
// https://jarcasting.com/artifacts/ru.vyukov/another-live-refresh/
implementation ("ru.vyukov:another-live-refresh:0.2.5")
'ru.vyukov:another-live-refresh:pom:0.2.5'
<dependency org="ru.vyukov" name="another-live-refresh" rev="0.2.5">
  <artifact name="another-live-refresh" type="pom" />
</dependency>
@Grapes(
@Grab(group='ru.vyukov', module='another-live-refresh', version='0.2.5')
)
libraryDependencies += "ru.vyukov" % "another-live-refresh" % "0.2.5"
[ru.vyukov/another-live-refresh "0.2.5"]