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