MVN

org.webjars.bower : github-com-videojs-video-js

Maven & Gradle

Oct 13, 2016

video.js · WebJar for video.js

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>github-com-videojs-video-js</artifactId>
    <version>v5.12.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bower : github-com-videojs-video-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v5.12.3

All Versions

Choose a version of org.webjars.bower : github-com-videojs-video-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v5.12.x
github-com-videojs-video-js-v5.12.3

How to add a dependency to Maven

Add the following org.webjars.bower : github-com-videojs-video-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>github-com-videojs-video-js</artifactId>
    <version>v5.12.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bower : github-com-videojs-video-js gradle dependency to your build.gradle file:

implementation 'org.webjars.bower:github-com-videojs-video-js:v5.12.3'

Gradle Kotlin DSL: Add the following org.webjars.bower : github-com-videojs-video-js gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bower:github-com-videojs-video-js:v5.12.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bower : github-com-videojs-video-js sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bower" % "github-com-videojs-video-js" % "v5.12.3"

Advertisement