License |
License |
---|---|
GroupId | GroupIdio.github.animatedledstrip |
ArtifactId | ArtifactIdanimatedledstrip-pi |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAnimatedLEDStrip Device - Raspberry Pi
A library for using the AnimatedLEDStrip library on Raspberry Pis
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
animatedledstrip-pi-1.0.1.pom | |
animatedledstrip-pi-1.0.1.jar | 56 KB |
animatedledstrip-pi-1.0.1-sources.jar | 56 KB |
animatedledstrip-pi-1.0.1-javadoc.jar | 359 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.animatedledstrip/animatedledstrip-pi/ -->
<dependency>
<groupId>io.github.animatedledstrip</groupId>
<artifactId>animatedledstrip-pi</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.animatedledstrip/animatedledstrip-pi/
implementation 'io.github.animatedledstrip:animatedledstrip-pi:1.0.1'
// https://jarcasting.com/artifacts/io.github.animatedledstrip/animatedledstrip-pi/
implementation ("io.github.animatedledstrip:animatedledstrip-pi:1.0.1")
'io.github.animatedledstrip:animatedledstrip-pi:jar:1.0.1'
<dependency org="io.github.animatedledstrip" name="animatedledstrip-pi" rev="1.0.1">
<artifact name="animatedledstrip-pi" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.animatedledstrip', module='animatedledstrip-pi', version='1.0.1')
)
libraryDependencies += "io.github.animatedledstrip" % "animatedledstrip-pi" % "1.0.1"
[io.github.animatedledstrip/animatedledstrip-pi "1.0.1"]