is not current version
Last Version 0.0.4

it.netgrid:lovelace 0.0.3

A task scheduler with REST interface written in Java

Categories

Categories

Net
GroupId

GroupId

it.netgrid
ArtifactId

ArtifactId

lovelace
Version

Version

0.0.3
Type

Type

jar

Download lovelace 0.0.3


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