MVN

com.akexorcist : textureviewvideoscaler

Maven & Gradle

Apr 18, 2017
1 stars

TextureViewVideoScaler · Very lightweight helper class to resize the video in texture view to fit center or crop center

<dependency>
    <groupId>com.akexorcist</groupId>
    <artifactId>textureviewvideoscaler</artifactId>
    <version>0.9.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.akexorcist : textureviewvideoscaler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.9

All Versions

Choose a version of com.akexorcist : textureviewvideoscaler to add to Maven or Gradle - All Versions:

  • Version Updated
  • textureviewvideoscaler-0.9.9

    Apr 17, 2017

How to add a dependency to Maven

Add the following com.akexorcist : textureviewvideoscaler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.akexorcist</groupId>
    <artifactId>textureviewvideoscaler</artifactId>
    <version>0.9.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.akexorcist : textureviewvideoscaler gradle dependency to your build.gradle file:

implementation 'com.akexorcist:textureviewvideoscaler:0.9.9'

Gradle Kotlin DSL: Add the following com.akexorcist : textureviewvideoscaler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.akexorcist:textureviewvideoscaler:0.9.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.akexorcist : textureviewvideoscaler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.akexorcist" % "textureviewvideoscaler" % "0.9.9"