MVN

org.webjars.npm : through

Maven & Gradle

Feb 09, 2016
35 usages

through · WebJar for through

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

Latest Version

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

  • Latest Stable: 2.3.8

All Versions

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

  • Version Updated
  • through-2.3.8

    Feb 09, 2016
  • through-2.3.7

    May 24, 2015

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>through</artifactId>
    <version>2.3.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.npm:through:2.3.8'

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

implementation("org.webjars.npm:through:2.3.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.npm" % "through" % "2.3.8"