| GroupId | GroupIdpl.symentis.shelly |
|---|---|
| ArtifactId | ArtifactIdshelly |
| Version | Version0.0.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| shelly-0.0.4.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pl.symentis.shelly/shelly/ -->
<dependency>
<groupId>pl.symentis.shelly</groupId>
<artifactId>shelly</artifactId>
<version>0.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/pl.symentis.shelly/shelly/
implementation 'pl.symentis.shelly:shelly:0.0.4'
// https://jarcasting.com/artifacts/pl.symentis.shelly/shelly/
implementation ("pl.symentis.shelly:shelly:0.0.4")
'pl.symentis.shelly:shelly:pom:0.0.4'
<dependency org="pl.symentis.shelly" name="shelly" rev="0.0.4">
<artifact name="shelly" type="pom" />
</dependency>
@Grapes(
@Grab(group='pl.symentis.shelly', module='shelly', version='0.0.4')
)
libraryDependencies += "pl.symentis.shelly" % "shelly" % "0.0.4"
[pl.symentis.shelly/shelly "0.0.4"]