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