MVN

org.webjars.npm : material__selection-control

Maven & Gradle

Feb 20, 2019
5 usages
17k stars

@material/selection-control · WebJar for @material/selection-control

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>material__selection-control</artifactId>
    <version>0.44.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.44.1

All Versions

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

Version Vulnerabilities Updated
0.44.x
material__selection-control-0.44.1
material__selection-control-0.44.0
0.43.x
material__selection-control-0.43.0
0.42.x
material__selection-control-0.42.0
0.41.x
material__selection-control-0.41.0
0.40.x
material__selection-control-0.40.1
material__selection-control-0.40.0
0.39.x
material__selection-control-0.39.3
material__selection-control-0.39.1
material__selection-control-0.39.0
0.38.x
material__selection-control-0.38.1
material__selection-control-0.38.0
0.37.x
material__selection-control-0.37.1
material__selection-control-0.37.0
0.36.x
material__selection-control-0.36.0-0
0.35.x
material__selection-control-0.35.0
0.34.x
material__selection-control-0.34.1
material__selection-control-0.34.0
0.33.x
material__selection-control-0.33.0
0.32.x
material__selection-control-0.32.0
0.31.x
material__selection-control-0.31.0
0.30.x
material__selection-control-0.30.0
0.29.x
material__selection-control-0.29.0
0.28.x
material__selection-control-0.28.0
0.25.x
material__selection-control-0.25.0
0.23.x
material__selection-control-0.23.0
0.1.x
material__selection-control-0.1.3
material__selection-control-0.1.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>material__selection-control</artifactId>
    <version>0.44.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.npm:material__selection-control:0.44.1'

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

implementation("org.webjars.npm:material__selection-control:0.44.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.npm" % "material__selection-control" % "0.44.1"

Advertisement