MVN

io.github.saadahmedscse : Animation

Maven & Gradle

Jun 02, 2022

Animation · A demo for deployment to the Central Repository via OSSRH

<dependency>
    <groupId>io.github.saadahmedscse</groupId>
    <artifactId>Animation</artifactId>
    <version>5.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.saadahmedscse : Animation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.6.2

All Versions

Choose a version of io.github.saadahmedscse : Animation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.6.x
Animation-5.6.2
Animation-5.6.1
Animation-5.6.0
4.0.x
Animation-4.0.0
3.0.x
Animation-3.0.0
2.0.x
Animation-2.0.0
1.2.x
Animation-1.2.0
1.0
Animation-1.0
1.0.x
Animation-1.0.0

How to add a dependency to Maven

Add the following io.github.saadahmedscse : Animation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.saadahmedscse</groupId>
    <artifactId>Animation</artifactId>
    <version>5.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.saadahmedscse : Animation gradle dependency to your build.gradle file:

implementation 'io.github.saadahmedscse:Animation:5.6.2'

Gradle Kotlin DSL: Add the following io.github.saadahmedscse : Animation gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.saadahmedscse:Animation:5.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.saadahmedscse : Animation sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.saadahmedscse" % "Animation" % "5.6.2"