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