MVN

top.mankin : photoview

Maven & Gradle

Aug 30, 2023
0 stars

PhotoView · A simple ImageView that support zooming, both by Multi-touch gestures and double-tap.

<dependency>
    <groupId>top.mankin</groupId>
    <artifactId>photoview</artifactId>
    <version>2.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.mankin : photoview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.2

All Versions

Choose a version of top.mankin : photoview to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
photoview-2.3.2
photoview-2.3.1

How to add a dependency to Maven

Add the following top.mankin : photoview maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.mankin</groupId>
    <artifactId>photoview</artifactId>
    <version>2.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.mankin : photoview gradle dependency to your build.gradle file:

implementation 'top.mankin:photoview:2.3.2'

Gradle Kotlin DSL: Add the following top.mankin : photoview gradle kotlin dependency to your build.gradle.kts file:

implementation("top.mankin:photoview:2.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.mankin : photoview sbt scala dependency to your build.sbt file:

libraryDependencies += "top.mankin" % "photoview" % "2.3.2"