is not current version
Last Version 3.0.0.alpha4

com.sitewhere:sitewhere-gradle-plugin 3.0.0.alpha1

SiteWhere Gradle Plugin

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.sitewhere
ArtifactId

ArtifactId

sitewhere-gradle-plugin
Version

Version

3.0.0.alpha1
Type

Type

jar

Download sitewhere-gradle-plugin 3.0.0.alpha1


<!-- https://jarcasting.com/artifacts/com.sitewhere/sitewhere-gradle-plugin/ -->
<dependency>
    <groupId>com.sitewhere</groupId>
    <artifactId>sitewhere-gradle-plugin</artifactId>
    <version>3.0.0.alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-gradle-plugin/
implementation 'com.sitewhere:sitewhere-gradle-plugin:3.0.0.alpha1'
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-gradle-plugin/
implementation ("com.sitewhere:sitewhere-gradle-plugin:3.0.0.alpha1")
'com.sitewhere:sitewhere-gradle-plugin:jar:3.0.0.alpha1'
<dependency org="com.sitewhere" name="sitewhere-gradle-plugin" rev="3.0.0.alpha1">
  <artifact name="sitewhere-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sitewhere', module='sitewhere-gradle-plugin', version='3.0.0.alpha1')
)
libraryDependencies += "com.sitewhere" % "sitewhere-gradle-plugin" % "3.0.0.alpha1"
[com.sitewhere/sitewhere-gradle-plugin "3.0.0.alpha1"]