| GroupId | GroupIdorg.kevoree.corelibrary.arduino |
|---|---|
| ArtifactId | ArtifactIdorg.kevoree.library.arduino.components |
| Version | Version2.0.4 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kevoree.corelibrary.arduino/org.kevoree.library.arduino.components/ -->
<dependency>
<groupId>org.kevoree.corelibrary.arduino</groupId>
<artifactId>org.kevoree.library.arduino.components</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.kevoree.corelibrary.arduino/org.kevoree.library.arduino.components/
implementation 'org.kevoree.corelibrary.arduino:org.kevoree.library.arduino.components:2.0.4'
// https://jarcasting.com/artifacts/org.kevoree.corelibrary.arduino/org.kevoree.library.arduino.components/
implementation ("org.kevoree.corelibrary.arduino:org.kevoree.library.arduino.components:2.0.4")
'org.kevoree.corelibrary.arduino:org.kevoree.library.arduino.components:jar:2.0.4'
<dependency org="org.kevoree.corelibrary.arduino" name="org.kevoree.library.arduino.components" rev="2.0.4">
<artifact name="org.kevoree.library.arduino.components" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kevoree.corelibrary.arduino', module='org.kevoree.library.arduino.components', version='2.0.4')
)
libraryDependencies += "org.kevoree.corelibrary.arduino" % "org.kevoree.library.arduino.components" % "2.0.4"
[org.kevoree.corelibrary.arduino/org.kevoree.library.arduino.components "2.0.4"]