| GroupId | GroupIdcom.github.tiecia.jledcontrol |
|---|---|
| ArtifactId | ArtifactIdJLEDControl |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| JLEDControl-1.0.1.pom | |
| JLEDControl-1.0.1.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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tiecia.jledcontrol/JLEDControl/
implementation 'com.github.tiecia.jledcontrol:JLEDControl:1.0.1'
// https://jarcasting.com/artifacts/com.github.tiecia.jledcontrol/JLEDControl/
implementation ("com.github.tiecia.jledcontrol:JLEDControl:1.0.1")
'com.github.tiecia.jledcontrol:JLEDControl:jar:1.0.1'
<dependency org="com.github.tiecia.jledcontrol" name="JLEDControl" rev="1.0.1">
<artifact name="JLEDControl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tiecia.jledcontrol', module='JLEDControl', version='1.0.1')
)
libraryDependencies += "com.github.tiecia.jledcontrol" % "JLEDControl" % "1.0.1"
[com.github.tiecia.jledcontrol/JLEDControl "1.0.1"]