MVN

com.klinkerapps : photo_view

Maven & Gradle

Nov 18, 2017
2 usages
18.6k stars

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

<dependency>
    <groupId>com.klinkerapps</groupId>
    <artifactId>photo_view</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.klinkerapps : photo_view to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1

All Versions

Choose a version of com.klinkerapps : photo_view to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
photo_view-1.3.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.klinkerapps</groupId>
    <artifactId>photo_view</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.klinkerapps : photo_view gradle dependency to your build.gradle file:

implementation 'com.klinkerapps:photo_view:1.3.1'

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

implementation("com.klinkerapps:photo_view:1.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.klinkerapps : photo_view sbt scala dependency to your build.sbt file:

libraryDependencies += "com.klinkerapps" % "photo_view" % "1.3.1"

Advertisement

Dependencies from Group

May 10, 2019
2 usages
684 stars
Nov 18, 2017
2 usages
18.6k stars
Feb 06, 2017
1 usages
46 stars
Oct 28, 2016
1 usages
504 stars
Feb 08, 2017
1 usages
7 stars

Discover Dependencies