GroupId | GroupIdcom.sitewhere |
---|---|
ArtifactId | ArtifactIdsitewhere-communication |
Version | Version3.0.0.beta10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.sitewhere/sitewhere-communication/ -->
<dependency>
<groupId>com.sitewhere</groupId>
<artifactId>sitewhere-communication</artifactId>
<version>3.0.0.beta10</version>
</dependency>
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-communication/
implementation 'com.sitewhere:sitewhere-communication:3.0.0.beta10'
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-communication/
implementation ("com.sitewhere:sitewhere-communication:3.0.0.beta10")
'com.sitewhere:sitewhere-communication:jar:3.0.0.beta10'
<dependency org="com.sitewhere" name="sitewhere-communication" rev="3.0.0.beta10">
<artifact name="sitewhere-communication" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sitewhere', module='sitewhere-communication', version='3.0.0.beta10')
)
libraryDependencies += "com.sitewhere" % "sitewhere-communication" % "3.0.0.beta10"
[com.sitewhere/sitewhere-communication "3.0.0.beta10"]