| Группа | Группаpl.symentis.shelly |
|---|---|
| Идентификатор | Идентификаторshelly-example-app |
| Версия | Версия0.0.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| shelly-example-app-0.0.2.pom | |
| shelly-example-app-0.0.2.jar | 3 KB |
| shelly-example-app-0.0.2-sources.jar | 2 KB |
| shelly-example-app-0.0.2-javadoc.jar | 26 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/pl.symentis.shelly/shelly-example-app/ -->
<dependency>
<groupId>pl.symentis.shelly</groupId>
<artifactId>shelly-example-app</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/pl.symentis.shelly/shelly-example-app/
implementation 'pl.symentis.shelly:shelly-example-app:0.0.2'
// https://jarcasting.com/artifacts/pl.symentis.shelly/shelly-example-app/
implementation ("pl.symentis.shelly:shelly-example-app:0.0.2")
'pl.symentis.shelly:shelly-example-app:jar:0.0.2'
<dependency org="pl.symentis.shelly" name="shelly-example-app" rev="0.0.2">
<artifact name="shelly-example-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.symentis.shelly', module='shelly-example-app', version='0.0.2')
)
libraryDependencies += "pl.symentis.shelly" % "shelly-example-app" % "0.0.2"
[pl.symentis.shelly/shelly-example-app "0.0.2"]