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