MVN

org.webjars.npm : fundamental-styles

Maven & Gradle

Aug 07, 2023
1 usages
173 stars

fundamental-styles · WebJar for fundamental-styles

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>fundamental-styles</artifactId>
    <version>0.30.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.30.1

All Versions

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

Version Vulnerabilities Updated
0.30.x
fundamental-styles-0.30.1
0.29.x
fundamental-styles-0.29.4
fundamental-styles-0.29.1
0.28.x
fundamental-styles-0.28.3
0.24.x
fundamental-styles-0.24.4
fundamental-styles-0.24.2
fundamental-styles-0.24.1
fundamental-styles-0.24.0
0.23.x
fundamental-styles-0.23.0
0.22.x
fundamental-styles-0.22.0
0.21.x
fundamental-styles-0.21.1
fundamental-styles-0.21.0
0.20.x
fundamental-styles-0.20.3
0.10.x
fundamental-styles-0.10.0
0.6.x
fundamental-styles-0.6.0
0.3.x
fundamental-styles-0.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>fundamental-styles</artifactId>
    <version>0.30.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.npm:fundamental-styles:0.30.1'

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

implementation("org.webjars.npm:fundamental-styles:0.30.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.npm" % "fundamental-styles" % "0.30.1"

Advertisement