| Категории |
КатегорииgRPC Сеть Networking |
|---|---|
| Группа | Группаcom.sitewhere |
| Идентификатор | Идентификаторsitewhere-grpc-device-state |
| Версия | Версия3.0.0.alpha5 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.sitewhere/sitewhere-grpc-device-state/ -->
<dependency>
<groupId>com.sitewhere</groupId>
<artifactId>sitewhere-grpc-device-state</artifactId>
<version>3.0.0.alpha5</version>
</dependency>
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-grpc-device-state/
implementation 'com.sitewhere:sitewhere-grpc-device-state:3.0.0.alpha5'
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-grpc-device-state/
implementation ("com.sitewhere:sitewhere-grpc-device-state:3.0.0.alpha5")
'com.sitewhere:sitewhere-grpc-device-state:jar:3.0.0.alpha5'
<dependency org="com.sitewhere" name="sitewhere-grpc-device-state" rev="3.0.0.alpha5">
<artifact name="sitewhere-grpc-device-state" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sitewhere', module='sitewhere-grpc-device-state', version='3.0.0.alpha5')
)
libraryDependencies += "com.sitewhere" % "sitewhere-grpc-device-state" % "3.0.0.alpha5"
[com.sitewhere/sitewhere-grpc-device-state "3.0.0.alpha5"]