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