| GroupId | GroupIdpl.symentis.shelly |
|---|---|
| ArtifactId | ArtifactIdshelly-commands-builtin |
| Version | Version0.0.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/pl.symentis.shelly/shelly-commands-builtin/ -->
<dependency>
<groupId>pl.symentis.shelly</groupId>
<artifactId>shelly-commands-builtin</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/pl.symentis.shelly/shelly-commands-builtin/
implementation 'pl.symentis.shelly:shelly-commands-builtin:0.0.2'
// https://jarcasting.com/artifacts/pl.symentis.shelly/shelly-commands-builtin/
implementation ("pl.symentis.shelly:shelly-commands-builtin:0.0.2")
'pl.symentis.shelly:shelly-commands-builtin:jar:0.0.2'
<dependency org="pl.symentis.shelly" name="shelly-commands-builtin" rev="0.0.2">
<artifact name="shelly-commands-builtin" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.symentis.shelly', module='shelly-commands-builtin', version='0.0.2')
)
libraryDependencies += "pl.symentis.shelly" % "shelly-commands-builtin" % "0.0.2"
[pl.symentis.shelly/shelly-commands-builtin "0.0.2"]