MVN

me.saket : flick

Maven & Gradle

Oct 29, 2019
464 stars

Flick · Flick is a tiny library for flick dismissing images (or anything actually).

<dependency>
    <groupId>me.saket</groupId>
    <artifactId>flick</artifactId>
    <version>1.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.saket : flick to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0

All Versions

Choose a version of me.saket : flick to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
flick-1.7.0
1.6.x
flick-1.6.0
1.5.x
flick-1.5.0
1.4.x
flick-1.4.0
1.3.x
flick-1.3.0
1.2.x
flick-1.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>me.saket</groupId>
    <artifactId>flick</artifactId>
    <version>1.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.saket : flick gradle dependency to your build.gradle file:

implementation 'me.saket:flick:1.7.0'

Gradle Kotlin DSL: Add the following me.saket : flick gradle kotlin dependency to your build.gradle.kts file:

implementation("me.saket:flick:1.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.saket : flick sbt scala dependency to your build.sbt file:

libraryDependencies += "me.saket" % "flick" % "1.7.0"

Advertisement