MVN

me.grishka.litex : dynamicanimation

Maven & Gradle

Jan 07, 2022
51 stars

LiteX Dynamicanimation · dynamicanimation 1.1.0-alpha03

<dependency>
    <groupId>me.grishka.litex</groupId>
    <artifactId>dynamicanimation</artifactId>
    <version>1.1.0-alpha03</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.grishka.litex : dynamicanimation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0-alpha03
  • Latest Alpha: 1.1.0-alpha03

All Versions

Choose a version of me.grishka.litex : dynamicanimation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
dynamicanimation-1.1.0-alpha03

How to add a dependency to Maven

Add the following me.grishka.litex : dynamicanimation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.grishka.litex</groupId>
    <artifactId>dynamicanimation</artifactId>
    <version>1.1.0-alpha03</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.grishka.litex : dynamicanimation gradle dependency to your build.gradle file:

implementation 'me.grishka.litex:dynamicanimation:1.1.0-alpha03'

Gradle Kotlin DSL: Add the following me.grishka.litex : dynamicanimation gradle kotlin dependency to your build.gradle.kts file:

implementation("me.grishka.litex:dynamicanimation:1.1.0-alpha03")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.grishka.litex : dynamicanimation sbt scala dependency to your build.sbt file:

libraryDependencies += "me.grishka.litex" % "dynamicanimation" % "1.1.0-alpha03"

Advertisement