MVN

org.webjars.npm : imask

Maven & Gradle

Jul 15, 2023
3 usages
4.6k stars

imask · WebJar for imask

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>imask</artifactId>
    <version>7.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : imask to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.1.2

All Versions

Choose a version of org.webjars.npm : imask to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.1.x
imask-7.1.2
6.6.x
imask-6.6.3
6.4.x
imask-6.4.3
6.2.x
imask-6.2.2
6.0.x
imask-6.0.7
imask-6.0.5
imask-6.0.3
5.2.x
imask-5.2.1
5.1.x
imask-5.1.7
4.1.x
imask-4.1.5

How to add a dependency to Maven

Add the following org.webjars.npm : imask maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>imask</artifactId>
    <version>7.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : imask gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:imask:7.1.2'

Gradle Kotlin DSL: Add the following org.webjars.npm : imask gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:imask:7.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : imask sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "imask" % "7.1.2"

Advertisement