MVN

org.webjars.bower : blob-polyfill

Maven & Gradle

Nov 25, 2015
1 usages
40 stars

blob-polyfill · WebJar for blob-polyfill

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>blob-polyfill</artifactId>
    <version>1.0.20150320</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.20150320

All Versions

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

Version Vulnerabilities Updated
1.0.x
blob-polyfill-1.0.20150320

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>blob-polyfill</artifactId>
    <version>1.0.20150320</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.bower:blob-polyfill:1.0.20150320'

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

implementation("org.webjars.bower:blob-polyfill:1.0.20150320")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.bower" % "blob-polyfill" % "1.0.20150320"

Advertisement