MVN

org.webjars.bowergithub.fabricjs : fabric.js

Maven & Gradle

Jul 18, 2023
27.5k stars

fabric.js · WebJar for fabric.js

<dependency>
    <groupId>org.webjars.bowergithub.fabricjs</groupId>
    <artifactId>fabric.js</artifactId>
    <version>5.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.fabricjs : fabric.js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.1
  • Latest Release Candidate: 6.0.0-rc.0

All Versions

Choose a version of org.webjars.bowergithub.fabricjs : fabric.js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
fabric.js-6.0.0-rc.0
5.3.x
fabric.js-5.3.1
4.5.x
fabric.js-4.5.0
3.6.x
fabric.js-3.6.0
2.3.x
fabric.js-2.3.6

How to add a dependency to Maven

Add the following org.webjars.bowergithub.fabricjs : fabric.js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bowergithub.fabricjs</groupId>
    <artifactId>fabric.js</artifactId>
    <version>5.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.fabricjs : fabric.js gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.fabricjs:fabric.js:5.3.1'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.fabricjs : fabric.js gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.fabricjs:fabric.js:5.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.fabricjs : fabric.js sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.fabricjs" % "fabric.js" % "5.3.1"

Advertisement