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