MVN

org.webjars.npm : videojs__http-streaming

Maven & Gradle

Jul 18, 2023
1 usages
2.3k stars

@videojs/http-streaming · WebJar for @videojs/http-streaming

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>videojs__http-streaming</artifactId>
    <version>3.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : videojs__http-streaming to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.1
  • Latest Release Candidate: 2.0.0-rc.2

All Versions

Choose a version of org.webjars.npm : videojs__http-streaming to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
videojs__http-streaming-3.3.1
3.0.x
videojs__http-streaming-3.0.2
videojs__http-streaming-3.0.0
2.14.x
videojs__http-streaming-2.14.3
2.13.x
videojs__http-streaming-2.13.1
2.10.x
videojs__http-streaming-2.10.3
2.9.x
videojs__http-streaming-2.9.2
videojs__http-streaming-2.9.1
2.7.x
videojs__http-streaming-2.7.0
2.4.x
videojs__http-streaming-2.4.2
2.3.x
videojs__http-streaming-2.3.0
2.2.x
videojs__http-streaming-2.2.4
videojs__http-streaming-2.2.3
2.0.x
videojs__http-streaming-2.0.0-rc.2
1.13.x
videojs__http-streaming-1.13.4
videojs__http-streaming-1.13.3
1.10.x
videojs__http-streaming-1.10.6
videojs__http-streaming-1.10.3
1.9.x
videojs__http-streaming-1.9.3
1.8.x
videojs__http-streaming-1.8.0
1.6.x
videojs__http-streaming-1.6.0
1.5.x
videojs__http-streaming-1.5.1
videojs__http-streaming-1.5.0
1.4.x
videojs__http-streaming-1.4.1
1.2.x
videojs__http-streaming-1.2.4
videojs__http-streaming-1.2.1
1.1.x
videojs__http-streaming-1.1.0
0.8.x
videojs__http-streaming-0.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>videojs__http-streaming</artifactId>
    <version>3.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : videojs__http-streaming gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:videojs__http-streaming:3.3.1'

Gradle Kotlin DSL: Add the following org.webjars.npm : videojs__http-streaming gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:videojs__http-streaming:3.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : videojs__http-streaming sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "videojs__http-streaming" % "3.3.1"

Advertisement