MVN

com.github.chrisbanes.photoview : parent

Maven & Gradle

Oct 05, 2013
18.6k stars

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

<dependency>
    <groupId>com.github.chrisbanes.photoview</groupId>
    <artifactId>parent</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.chrisbanes.photoview : parent to add to Maven - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

Choose a version of com.github.chrisbanes.photoview : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
parent-1.2.2
parent-1.2.1
1.2
parent-1.2
1.1
parent-1.1
1.0
parent-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.chrisbanes.photoview</groupId>
    <artifactId>parent</artifactId>
    <version>1.2.2</version>
</dependency>