MVN

nl.pvanassen.led : animation-common

Maven & Gradle

Dec 30, 2022
0 stars

Common animation · Common animation for LEDs

<dependency>
    <groupId>nl.pvanassen.led</groupId>
    <artifactId>animation-common</artifactId>
    <version>1.6.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.pvanassen.led : animation-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.9

All Versions

Choose a version of nl.pvanassen.led : animation-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
animation-common-1.6.9
animation-common-1.6.8
animation-common-1.6.7
animation-common-1.6.6
animation-common-1.6.5
animation-common-1.6.4
animation-common-1.6.3
animation-common-1.6.2
animation-common-1.6.1
animation-common-1.6.0

How to add a dependency to Maven

Add the following nl.pvanassen.led : animation-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.pvanassen.led</groupId>
    <artifactId>animation-common</artifactId>
    <version>1.6.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.pvanassen.led : animation-common gradle dependency to your build.gradle file:

implementation 'nl.pvanassen.led:animation-common:1.6.9'

Gradle Kotlin DSL: Add the following nl.pvanassen.led : animation-common gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.pvanassen.led:animation-common:1.6.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.pvanassen.led : animation-common sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.pvanassen.led" % "animation-common" % "1.6.9"

Advertisement