is not current version
Last Version 0.0.4

it.netgrid:lovelace 0.0.2

A task scheduler with REST interface written in Java

Categories

Categories

Net
GroupId

GroupId

it.netgrid
ArtifactId

ArtifactId

lovelace
Version

Version

0.0.2
Type

Type

jar

Download lovelace 0.0.2


<!-- https://jarcasting.com/artifacts/it.netgrid/lovelace/ -->
<dependency>
    <groupId>it.netgrid</groupId>
    <artifactId>lovelace</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/it.netgrid/lovelace/
implementation 'it.netgrid:lovelace:0.0.2'
// https://jarcasting.com/artifacts/it.netgrid/lovelace/
implementation ("it.netgrid:lovelace:0.0.2")
'it.netgrid:lovelace:jar:0.0.2'
<dependency org="it.netgrid" name="lovelace" rev="0.0.2">
  <artifact name="lovelace" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.netgrid', module='lovelace', version='0.0.2')
)
libraryDependencies += "it.netgrid" % "lovelace" % "0.0.2"
[it.netgrid/lovelace "0.0.2"]