MVN

org.webjars.bower : minimatch

Maven & Gradle

Dec 05, 2017
1 usages
0 stars

minimatch · WebJar for minimatch

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>minimatch</artifactId>
    <version>0.2.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.2.14

All Versions

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

Version Vulnerabilities Updated
0.2.x
minimatch-0.2.14
CVE-2016-10540

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>minimatch</artifactId>
    <version>0.2.14</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.bower:minimatch:0.2.14'

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

implementation("org.webjars.bower:minimatch:0.2.14")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.bower" % "minimatch" % "0.2.14"

Advertisement