GroupId | GroupIdio.github.animatedledstrip |
---|---|
ArtifactId | ArtifactIdanimatedledstrip-core |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
animatedledstrip-core-0.8.pom | |
animatedledstrip-core-0.8.jar | 353 KB |
animatedledstrip-core-0.8-sources.jar | 95 KB |
animatedledstrip-core-0.8-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.animatedledstrip/animatedledstrip-core/ -->
<dependency>
<groupId>io.github.animatedledstrip</groupId>
<artifactId>animatedledstrip-core</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.animatedledstrip/animatedledstrip-core/
implementation 'io.github.animatedledstrip:animatedledstrip-core:0.8'
// https://jarcasting.com/artifacts/io.github.animatedledstrip/animatedledstrip-core/
implementation ("io.github.animatedledstrip:animatedledstrip-core:0.8")
'io.github.animatedledstrip:animatedledstrip-core:jar:0.8'
<dependency org="io.github.animatedledstrip" name="animatedledstrip-core" rev="0.8">
<artifact name="animatedledstrip-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.animatedledstrip', module='animatedledstrip-core', version='0.8')
)
libraryDependencies += "io.github.animatedledstrip" % "animatedledstrip-core" % "0.8"
[io.github.animatedledstrip/animatedledstrip-core "0.8"]