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