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