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