| GroupId | GroupIdcom.sitewhere |
|---|---|
| ArtifactId | ArtifactIdsitewhere-cloud |
| Version | Version1.5.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sitewhere-cloud-1.5.0.pom | |
| sitewhere-cloud-1.5.0.jar | 9 KB |
| sitewhere-cloud-1.5.0-sources.jar | 6 KB |
| sitewhere-cloud-1.5.0-javadoc.jar | 63 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sitewhere/sitewhere-cloud/ -->
<dependency>
<groupId>com.sitewhere</groupId>
<artifactId>sitewhere-cloud</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-cloud/
implementation 'com.sitewhere:sitewhere-cloud:1.5.0'
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-cloud/
implementation ("com.sitewhere:sitewhere-cloud:1.5.0")
'com.sitewhere:sitewhere-cloud:jar:1.5.0'
<dependency org="com.sitewhere" name="sitewhere-cloud" rev="1.5.0">
<artifact name="sitewhere-cloud" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sitewhere', module='sitewhere-cloud', version='1.5.0')
)
libraryDependencies += "com.sitewhere" % "sitewhere-cloud" % "1.5.0"
[com.sitewhere/sitewhere-cloud "1.5.0"]