| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdvideojs__http-streaming |
| Version | Version2.9.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| videojs__http-streaming-2.9.1.pom | |
| videojs__http-streaming-2.9.1.jar | 1 MB |
| videojs__http-streaming-2.9.1-sources.jar | 22 bytes |
| videojs__http-streaming-2.9.1-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/videojs__http-streaming/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>videojs__http-streaming</artifactId>
<version>2.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/videojs__http-streaming/
implementation 'org.webjars.npm:videojs__http-streaming:2.9.1'
// https://jarcasting.com/artifacts/org.webjars.npm/videojs__http-streaming/
implementation ("org.webjars.npm:videojs__http-streaming:2.9.1")
'org.webjars.npm:videojs__http-streaming:jar:2.9.1'
<dependency org="org.webjars.npm" name="videojs__http-streaming" rev="2.9.1">
<artifact name="videojs__http-streaming" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='videojs__http-streaming', version='2.9.1')
)
libraryDependencies += "org.webjars.npm" % "videojs__http-streaming" % "2.9.1"
[org.webjars.npm/videojs__http-streaming "2.9.1"]