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