Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.animatedledstrip |
ArtifactId | ArtifactIdanimatedledstrip-client |
Version | Version0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.animatedledstrip/animatedledstrip-client/ -->
<dependency>
<groupId>io.github.animatedledstrip</groupId>
<artifactId>animatedledstrip-client</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.animatedledstrip/animatedledstrip-client/
implementation 'io.github.animatedledstrip:animatedledstrip-client:0.6'
// https://jarcasting.com/artifacts/io.github.animatedledstrip/animatedledstrip-client/
implementation ("io.github.animatedledstrip:animatedledstrip-client:0.6")
'io.github.animatedledstrip:animatedledstrip-client:jar:0.6'
<dependency org="io.github.animatedledstrip" name="animatedledstrip-client" rev="0.6">
<artifact name="animatedledstrip-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.animatedledstrip', module='animatedledstrip-client', version='0.6')
)
libraryDependencies += "io.github.animatedledstrip" % "animatedledstrip-client" % "0.6"
[io.github.animatedledstrip/animatedledstrip-client "0.6"]