GroupId | GroupIdorg.wso2.carbon.devicemgt-plugins |
---|---|
ArtifactId | ArtifactIdarduino-plugin |
Version | Version2.2.3 |
Type | Typepom |
Filename | Size |
---|---|
arduino-plugin-2.2.3.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>2.2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.devicemgt-plugins/arduino-plugin/
implementation 'org.wso2.carbon.devicemgt-plugins:arduino-plugin:2.2.3'
// https://jarcasting.com/artifacts/org.wso2.carbon.devicemgt-plugins/arduino-plugin/
implementation ("org.wso2.carbon.devicemgt-plugins:arduino-plugin:2.2.3")
'org.wso2.carbon.devicemgt-plugins:arduino-plugin:pom:2.2.3'
<dependency org="org.wso2.carbon.devicemgt-plugins" name="arduino-plugin" rev="2.2.3">
<artifact name="arduino-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.devicemgt-plugins', module='arduino-plugin', version='2.2.3')
)
libraryDependencies += "org.wso2.carbon.devicemgt-plugins" % "arduino-plugin" % "2.2.3"
[org.wso2.carbon.devicemgt-plugins/arduino-plugin "2.2.3"]