is not current version
Last Version 1.2.4

com.github.chrisbanes.photoview:library 1.2.3

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

GroupId

GroupId

com.github.chrisbanes.photoview
ArtifactId

ArtifactId

library
Version

Version

1.2.3
Type

Type

aar

Download library 1.2.3


<!-- https://jarcasting.com/artifacts/com.github.chrisbanes.photoview/library/ -->
<dependency>
    <groupId>com.github.chrisbanes.photoview</groupId>
    <artifactId>library</artifactId>
    <version>1.2.3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisbanes.photoview/library/
implementation 'com.github.chrisbanes.photoview:library:1.2.3'
// https://jarcasting.com/artifacts/com.github.chrisbanes.photoview/library/
implementation ("com.github.chrisbanes.photoview:library:1.2.3")
'com.github.chrisbanes.photoview:library:aar:1.2.3'
<dependency org="com.github.chrisbanes.photoview" name="library" rev="1.2.3">
  <artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisbanes.photoview', module='library', version='1.2.3')
)
libraryDependencies += "com.github.chrisbanes.photoview" % "library" % "1.2.3"
[com.github.chrisbanes.photoview/library "1.2.3"]