MVN

org.webjars.npm : typeface-source-sans-pro

Maven & Gradle

Dec 05, 2018
2.6k stars

typeface-source-sans-pro · WebJar for typeface-source-sans-pro

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>typeface-source-sans-pro</artifactId>
    <version>0.0.54</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : typeface-source-sans-pro to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.54

All Versions

Choose a version of org.webjars.npm : typeface-source-sans-pro to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
typeface-source-sans-pro-0.0.54

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>typeface-source-sans-pro</artifactId>
    <version>0.0.54</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : typeface-source-sans-pro gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:typeface-source-sans-pro:0.0.54'

Gradle Kotlin DSL: Add the following org.webjars.npm : typeface-source-sans-pro gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:typeface-source-sans-pro:0.0.54")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : typeface-source-sans-pro sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "typeface-source-sans-pro" % "0.0.54"

Advertisement