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