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