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