MVN

org.webjars.bower : foundation-sites

Maven & Gradle

Dec 03, 2021
29.6k stars

foundation-sites · WebJar for foundation-sites

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>foundation-sites</artifactId>
    <version>6.7.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.7.4
  • Latest Release Candidate: 6.5.0-rc.4

All Versions

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

Version Vulnerabilities Updated
6.7.x
foundation-sites-6.7.4
6.6.x
foundation-sites-6.6.3
foundation-sites-6.6.1
6.5.x
foundation-sites-6.5.3
foundation-sites-6.5.1
foundation-sites-6.5.0
foundation-sites-6.5.0-rc.4
foundation-sites-6.5.0-rc.3
foundation-sites-6.5.0-rc.2
foundation-sites-6.5.0-rc.1
6.4.x
foundation-sites-6.4.3
6.3.x
foundation-sites-6.3.1
foundation-sites-6.3.0
6.2.x
foundation-sites-6.2.4
foundation-sites-6.2.3
foundation-sites-6.2.1
foundation-sites-6.2.0
6.1.x
foundation-sites-6.1.2
foundation-sites-6.1.1
6.0.x
foundation-sites-6.0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>foundation-sites</artifactId>
    <version>6.7.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.bower:foundation-sites:6.7.4'

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

implementation("org.webjars.bower:foundation-sites:6.7.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.bower" % "foundation-sites" % "6.7.4"

Advertisement