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