| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.sitewhere |
| ArtifactId | ArtifactIdsitewhere-client |
| Version | Version1.0.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sitewhere-client-1.0.5.pom | |
| sitewhere-client-1.0.5.jar | 240 KB |
| sitewhere-client-1.0.5-sources.jar | 249 KB |
| sitewhere-client-1.0.5-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sitewhere/sitewhere-client/ -->
<dependency>
<groupId>com.sitewhere</groupId>
<artifactId>sitewhere-client</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-client/
implementation 'com.sitewhere:sitewhere-client:1.0.5'
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-client/
implementation ("com.sitewhere:sitewhere-client:1.0.5")
'com.sitewhere:sitewhere-client:jar:1.0.5'
<dependency org="com.sitewhere" name="sitewhere-client" rev="1.0.5">
<artifact name="sitewhere-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sitewhere', module='sitewhere-client', version='1.0.5')
)
libraryDependencies += "com.sitewhere" % "sitewhere-client" % "1.0.5"
[com.sitewhere/sitewhere-client "1.0.5"]