Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.mbelling |
ArtifactId | ArtifactIdrpi-ws281x-java |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
rpi-ws281x-java-1.0.0.pom | |
rpi-ws281x-java-1.0.0.jar | 1 KB |
rpi-ws281x-java-1.0.0-sources.jar | 10 KB |
rpi-ws281x-java-1.0.0-javadoc.jar | 60 KB |
Browse |
<!-- 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"]