MVN

tech.bam.alpha-movie : alpha-movie

Maven & Gradle

Jul 05, 2021
1 stars

alpha-movie · Improved alpha movie view for Android that plays alpha packed videos

<dependency>
    <groupId>tech.bam.alpha-movie</groupId>
    <artifactId>alpha-movie</artifactId>
    <version>1.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.bam.alpha-movie : alpha-movie to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.2

All Versions

Choose a version of tech.bam.alpha-movie : alpha-movie to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
alpha-movie-1.4.2
0.0.x
alpha-movie-0.0.1

How to add a dependency to Maven

Add the following tech.bam.alpha-movie : alpha-movie maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.bam.alpha-movie</groupId>
    <artifactId>alpha-movie</artifactId>
    <version>1.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.bam.alpha-movie : alpha-movie gradle dependency to your build.gradle file:

implementation 'tech.bam.alpha-movie:alpha-movie:1.4.2'

Gradle Kotlin DSL: Add the following tech.bam.alpha-movie : alpha-movie gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.bam.alpha-movie:alpha-movie:1.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.bam.alpha-movie : alpha-movie sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.bam.alpha-movie" % "alpha-movie" % "1.4.2"

Advertisement