is not current version
Last Version 0.3.1

ru.vyukov:another-live-refresh 0.2.1

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.1
Type

Type

pom

Download another-live-refresh 0.2.1


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