| GroupId | GroupIdpl.symentis.shelly |
|---|---|
| ArtifactId | ArtifactIdshelly-example-app |
| Version | Version0.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| shelly-example-app-0.1.1.pom | |
| shelly-example-app-0.1.1.jar | 5 KB |
| shelly-example-app-0.1.1-sources.jar | 4 KB |
| shelly-example-app-0.1.1-javadoc.jar | 38 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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/pl.symentis.shelly/shelly-example-app/
implementation 'pl.symentis.shelly:shelly-example-app:0.1.1'
// https://jarcasting.com/artifacts/pl.symentis.shelly/shelly-example-app/
implementation ("pl.symentis.shelly:shelly-example-app:0.1.1")
'pl.symentis.shelly:shelly-example-app:jar:0.1.1'
<dependency org="pl.symentis.shelly" name="shelly-example-app" rev="0.1.1">
<artifact name="shelly-example-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.symentis.shelly', module='shelly-example-app', version='0.1.1')
)
libraryDependencies += "pl.symentis.shelly" % "shelly-example-app" % "0.1.1"
[pl.symentis.shelly/shelly-example-app "0.1.1"]