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