GroupId | GroupIdorg.wso2.carbon.devicemgt-plugins |
---|---|
ArtifactId | ArtifactIdarduino-plugin |
Version | Version3.0.0 |
Type | Typepom |
Filename | Size |
---|---|
arduino-plugin-3.0.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.devicemgt-plugins/arduino-plugin/ -->
<dependency>
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
<artifactId>arduino-plugin</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.devicemgt-plugins/arduino-plugin/
implementation 'org.wso2.carbon.devicemgt-plugins:arduino-plugin:3.0.0'
// https://jarcasting.com/artifacts/org.wso2.carbon.devicemgt-plugins/arduino-plugin/
implementation ("org.wso2.carbon.devicemgt-plugins:arduino-plugin:3.0.0")
'org.wso2.carbon.devicemgt-plugins:arduino-plugin:pom:3.0.0'
<dependency org="org.wso2.carbon.devicemgt-plugins" name="arduino-plugin" rev="3.0.0">
<artifact name="arduino-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.devicemgt-plugins', module='arduino-plugin', version='3.0.0')
)
libraryDependencies += "org.wso2.carbon.devicemgt-plugins" % "arduino-plugin" % "3.0.0"
[org.wso2.carbon.devicemgt-plugins/arduino-plugin "3.0.0"]