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