<dependency>
<groupId>io.github.animatedledstrip</groupId>
<artifactId>animatedledstrip-parent-pom</artifactId>
<version>1.0.0-pre2.1</version>
</dependency>
implementation group: 'io.github.animatedledstrip', name: 'animatedledstrip-parent-pom', version: '1.0.0-pre2.1'
implementation 'io.github.animatedledstrip:animatedledstrip-parent-pom:1.0.0-pre2.1'
implementation("io.github.animatedledstrip:animatedledstrip-parent-pom:1.0.0-pre2.1")
libraryDependencies += "io.github.animatedledstrip" % "animatedledstrip-parent-pom" % "1.0.0-pre2.1"
<dependency org="io.github.animatedledstrip" name="animatedledstrip-parent-pom" rev="1.0.0-pre2.1"/>
@Grapes(
@Grab(group='io.github.animatedledstrip', module='animatedledstrip-parent-pom', version='1.0.0-pre2.1')
)
[io.github.animatedledstrip/animatedledstrip-parent-pom "1.0.0-pre2.1"]
'io.github.animatedledstrip:animatedledstrip-parent-pom:jar:1.0.0-pre2.1'