MVN

com.commit451 : translationviewdraghelper

Maven & Gradle

Feb 16, 2022
1 usages
4 stars

TranslationViewDragHelper · A version of ViewDragHelper which accounts for X and Y translations

<dependency>
    <groupId>com.commit451</groupId>
    <artifactId>translationviewdraghelper</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.commit451 : translationviewdraghelper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.3

All Versions

Choose a version of com.commit451 : translationviewdraghelper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
translationviewdraghelper-2.0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.commit451</groupId>
    <artifactId>translationviewdraghelper</artifactId>
    <version>2.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.commit451 : translationviewdraghelper gradle dependency to your build.gradle file:

implementation 'com.commit451:translationviewdraghelper:2.0.3'

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

implementation("com.commit451:translationviewdraghelper:2.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.commit451 : translationviewdraghelper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.commit451" % "translationviewdraghelper" % "2.0.3"