GroupId | GroupIdio.github.animatedledstrip |
---|---|
ArtifactId | ArtifactIdanimatedledstrip-pi |
Version | Version1.0.0-pre2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.animatedledstrip/animatedledstrip-pi/ -->
<dependency>
<groupId>io.github.animatedledstrip</groupId>
<artifactId>animatedledstrip-pi</artifactId>
<version>1.0.0-pre2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.animatedledstrip/animatedledstrip-pi/
implementation 'io.github.animatedledstrip:animatedledstrip-pi:1.0.0-pre2'
// https://jarcasting.com/artifacts/io.github.animatedledstrip/animatedledstrip-pi/
implementation ("io.github.animatedledstrip:animatedledstrip-pi:1.0.0-pre2")
'io.github.animatedledstrip:animatedledstrip-pi:jar:1.0.0-pre2'
<dependency org="io.github.animatedledstrip" name="animatedledstrip-pi" rev="1.0.0-pre2">
<artifact name="animatedledstrip-pi" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.animatedledstrip', module='animatedledstrip-pi', version='1.0.0-pre2')
)
libraryDependencies += "io.github.animatedledstrip" % "animatedledstrip-pi" % "1.0.0-pre2"
[io.github.animatedledstrip/animatedledstrip-pi "1.0.0-pre2"]