MVN

video.pano : liveplayer

Maven & Gradle

Jul 06, 2023
<dependency>
    <groupId>video.pano</groupId>
    <artifactId>liveplayer</artifactId>
    <version>0.9.9.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of video.pano : liveplayer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.9.5

All Versions

Choose a version of video.pano : liveplayer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
liveplayer-0.9.9.5
liveplayer-0.9.9.4
liveplayer-0.9.9.3
liveplayer-0.9.9.2
liveplayer-0.9.9.1
liveplayer-0.9.9
liveplayer-0.9.8
liveplayer-0.9.7
liveplayer-0.9.6
liveplayer-0.9.5
liveplayer-0.9.4
liveplayer-0.9.3
liveplayer-0.9.2
liveplayer-0.9.1
liveplayer-0.9.0

How to add a dependency to Maven

Add the following video.pano : liveplayer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>video.pano</groupId>
    <artifactId>liveplayer</artifactId>
    <version>0.9.9.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following video.pano : liveplayer gradle dependency to your build.gradle file:

implementation 'video.pano:liveplayer:0.9.9.5'

Gradle Kotlin DSL: Add the following video.pano : liveplayer gradle kotlin dependency to your build.gradle.kts file:

implementation("video.pano:liveplayer:0.9.9.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following video.pano : liveplayer sbt scala dependency to your build.sbt file:

libraryDependencies += "video.pano" % "liveplayer" % "0.9.9.5"