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