MVN

org.webjars.bowergithub.bjornstar : blob-polyfill

Maven & Gradle

Mar 17, 2021
1 usages
40 stars

blob-polyfill · WebJar for blob-polyfill

<dependency>
    <groupId>org.webjars.bowergithub.bjornstar</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.bowergithub.bjornstar : blob-polyfill to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.20150320

All Versions

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

Version Vulnerabilities Updated
5.0.x
blob-polyfill-5.0.20210201
1.0.x
blob-polyfill-1.0.20150320

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bowergithub.bjornstar</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.bowergithub.bjornstar : blob-polyfill gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.bjornstar:blob-polyfill:1.0.20150320'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement