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