SiteWhere gRPC APIs
The modules in this project including the Protocol Buffer object models and gRPC APIs for interacting with SiteWhere microservices.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииgRPC Сеть Networking |
| Группа | Группаcom.sitewhere |
| Идентификатор | Идентификаторsitewhere-grpc-common |
| Последняя версия | Последняя версия3.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCommon gRPC
SiteWhere Common gRPC API
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| sitewhere-grpc-common-3.0.0.pom | |
| sitewhere-grpc-common-3.0.0.jar | 519 KB |
| sitewhere-grpc-common-3.0.0-sources.jar | 3 KB |
| sitewhere-grpc-common-3.0.0-javadoc.jar | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sitewhere/sitewhere-grpc-common/ -->
<dependency>
<groupId>com.sitewhere</groupId>
<artifactId>sitewhere-grpc-common</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-grpc-common/
implementation 'com.sitewhere:sitewhere-grpc-common:3.0.0'
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-grpc-common/
implementation ("com.sitewhere:sitewhere-grpc-common:3.0.0")
'com.sitewhere:sitewhere-grpc-common:jar:3.0.0'
<dependency org="com.sitewhere" name="sitewhere-grpc-common" rev="3.0.0">
<artifact name="sitewhere-grpc-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sitewhere', module='sitewhere-grpc-common', version='3.0.0')
)
libraryDependencies += "com.sitewhere" % "sitewhere-grpc-common" % "3.0.0"
[com.sitewhere/sitewhere-grpc-common "3.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.sitewhere : sitewhere-java-model | jar | 3.0.0 |
| org.apache.commons : commons-lang3 | jar | |
| io.grpc : grpc-stub | jar | 1.26.0 |
| io.grpc : grpc-protobuf | jar | 1.26.0 |
| io.grpc : grpc-netty | jar | 1.26.0 |
The modules in this project including the Protocol Buffer object models and gRPC APIs for interacting with SiteWhere microservices.