SiteWhere Microservice Core Libraries
This repository contains the core libraries used for building SiteWhere microservices.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.sitewhere |
| Идентификатор | Идентификаторsitewhere-microservice |
| Последняя версия | Последняя версия3.0.13 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSiteWhere Microservice Components
SiteWhere Microservice Components Library
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| sitewhere-microservice-3.0.13.pom | |
| sitewhere-microservice-3.0.13.jar | 296 KB |
| sitewhere-microservice-3.0.13-sources.jar | 208 KB |
| sitewhere-microservice-3.0.13-javadoc.jar | 872 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sitewhere/sitewhere-microservice/ -->
<dependency>
<groupId>com.sitewhere</groupId>
<artifactId>sitewhere-microservice</artifactId>
<version>3.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-microservice/
implementation 'com.sitewhere:sitewhere-microservice:3.0.13'
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-microservice/
implementation ("com.sitewhere:sitewhere-microservice:3.0.13")
'com.sitewhere:sitewhere-microservice:jar:3.0.13'
<dependency org="com.sitewhere" name="sitewhere-microservice" rev="3.0.13">
<artifact name="sitewhere-microservice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sitewhere', module='sitewhere-microservice', version='3.0.13')
)
libraryDependencies += "com.sitewhere" % "sitewhere-microservice" % "3.0.13"
[com.sitewhere/sitewhere-microservice "3.0.13"]
This repository contains the core libraries used for building SiteWhere microservices.