| License |
License |
|---|---|
| GroupId | GroupIdcom.github.tiecia.jledcontrol |
| ArtifactId | ArtifactIdJLEDControl |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJLEDControl
Java library for controlling colored lights via ArtNet over one or more universes.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| JLEDControl-1.0.2.pom | |
| JLEDControl-1.0.2.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tiecia.jledcontrol/JLEDControl/ -->
<dependency>
<groupId>com.github.tiecia.jledcontrol</groupId>
<artifactId>JLEDControl</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tiecia.jledcontrol/JLEDControl/
implementation 'com.github.tiecia.jledcontrol:JLEDControl:1.0.2'
// https://jarcasting.com/artifacts/com.github.tiecia.jledcontrol/JLEDControl/
implementation ("com.github.tiecia.jledcontrol:JLEDControl:1.0.2")
'com.github.tiecia.jledcontrol:JLEDControl:jar:1.0.2'
<dependency org="com.github.tiecia.jledcontrol" name="JLEDControl" rev="1.0.2">
<artifact name="JLEDControl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tiecia.jledcontrol', module='JLEDControl', version='1.0.2')
)
libraryDependencies += "com.github.tiecia.jledcontrol" % "JLEDControl" % "1.0.2"
[com.github.tiecia.jledcontrol/JLEDControl "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| ch.bildspur : artnet4j | jar | 0.6.2 |