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