MVN

org.webjars.npm : collection-view

Maven & Gradle

Jul 18, 2016

collection-view · WebJar for collection-view

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>collection-view</artifactId>
    <version>0.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.9

All Versions

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

Version Vulnerabilities Updated
0.1.x
collection-view-0.1.9
collection-view-0.1.8
collection-view-0.1.7
collection-view-0.1.6

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>collection-view</artifactId>
    <version>0.1.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.npm:collection-view:0.1.9'

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

implementation("org.webjars.npm:collection-view:0.1.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.npm" % "collection-view" % "0.1.9"

Advertisement