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