MVN

nl.dionsegijn : konfetti

Maven & Gradle

Mar 11, 2021
12 usages
2.3k stars

konfetti · Lightweight particle system to celebrate with confetti in your app

<dependency>
    <groupId>nl.dionsegijn</groupId>
    <artifactId>konfetti</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.dionsegijn : konfetti to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2

All Versions

Choose a version of nl.dionsegijn : konfetti to add to Maven or Gradle - All Versions:

  • Version Updated
  • konfetti-1.3.2

    Mar 11, 2021
  • konfetti-1.3.1

    Mar 11, 2021
  • konfetti-1.3.0

    Mar 09, 2021
  • konfetti-1.2.1

    Feb 07, 2021
  • konfetti-1.2.2

    Feb 07, 2021
  • konfetti-1.2.4

    Feb 07, 2021
  • konfetti-1.2.5

    Feb 07, 2021
  • konfetti-1.2.6

    Feb 07, 2021

How to add a dependency to Maven

Add the following nl.dionsegijn : konfetti maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.dionsegijn</groupId>
    <artifactId>konfetti</artifactId>
    <version>1.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.dionsegijn : konfetti gradle dependency to your build.gradle file:

implementation 'nl.dionsegijn:konfetti:1.3.2'

Gradle Kotlin DSL: Add the following nl.dionsegijn : konfetti gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.dionsegijn:konfetti:1.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.dionsegijn : konfetti sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.dionsegijn" % "konfetti" % "1.3.2"