Categories |
CategoriesNet |
---|---|
GroupId | GroupIdit.netgrid |
ArtifactId | ArtifactIdlovelace |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
lovelace-0.0.2.pom | |
lovelace-0.0.2.jar | 68 KB |
lovelace-0.0.2-sources.jar | 28 KB |
lovelace-0.0.2-javadoc.jar | 224 KB |
Browse |
<!-- 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"]