is not current version
Last Version 2.0.0

com.github.mbelling:rpi-ws281x-java 1.0.0

Java wrapper for rpi_ws281x library using SWIG

Categories

Categories

Java Languages
GroupId

GroupId

com.github.mbelling
ArtifactId

ArtifactId

rpi-ws281x-java
Version

Version

1.0.0
Type

Type

pom

Download rpi-ws281x-java 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.mbelling/rpi-ws281x-java/ -->
<dependency>
    <groupId>com.github.mbelling</groupId>
    <artifactId>rpi-ws281x-java</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mbelling/rpi-ws281x-java/
implementation 'com.github.mbelling:rpi-ws281x-java:1.0.0'
// https://jarcasting.com/artifacts/com.github.mbelling/rpi-ws281x-java/
implementation ("com.github.mbelling:rpi-ws281x-java:1.0.0")
'com.github.mbelling:rpi-ws281x-java:pom:1.0.0'
<dependency org="com.github.mbelling" name="rpi-ws281x-java" rev="1.0.0">
  <artifact name="rpi-ws281x-java" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mbelling', module='rpi-ws281x-java', version='1.0.0')
)
libraryDependencies += "com.github.mbelling" % "rpi-ws281x-java" % "1.0.0"
[com.github.mbelling/rpi-ws281x-java "1.0.0"]