MVN

org.webjars.bower : blueimp-canvas-to-blob

Maven & Gradle

Mar 16, 2018
5 usages
1.4k stars

blueimp-canvas-to-blob · WebJar for blueimp-canvas-to-blob

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>blueimp-canvas-to-blob</artifactId>
    <version>3.14.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.14.0

All Versions

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

Version Vulnerabilities Updated
3.14.x
blueimp-canvas-to-blob-3.14.0
2.1.x
blueimp-canvas-to-blob-2.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>blueimp-canvas-to-blob</artifactId>
    <version>3.14.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.bower:blueimp-canvas-to-blob:3.14.0'

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

implementation("org.webjars.bower:blueimp-canvas-to-blob:3.14.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.bower" % "blueimp-canvas-to-blob" % "3.14.0"

Advertisement