License |
License |
---|---|
GroupId | GroupIdcom.github.chrisbanes.photoview |
ArtifactId | ArtifactIdlibrary |
Version | Version1.2.4 |
Type | Typeaar |
Description |
DescriptionPhotoView Library
A simple ImageView that support zooming, both by Multi-touch gestures and double-tap.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
library-1.2.4.pom | |
library-1.2.4.aar | 31 KB |
library-1.2.4-sources.jar | 27 KB |
library-1.2.4-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrisbanes.photoview/library/ -->
<dependency>
<groupId>com.github.chrisbanes.photoview</groupId>
<artifactId>library</artifactId>
<version>1.2.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisbanes.photoview/library/
implementation 'com.github.chrisbanes.photoview:library:1.2.4'
// https://jarcasting.com/artifacts/com.github.chrisbanes.photoview/library/
implementation ("com.github.chrisbanes.photoview:library:1.2.4")
'com.github.chrisbanes.photoview:library:aar:1.2.4'
<dependency org="com.github.chrisbanes.photoview" name="library" rev="1.2.4">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisbanes.photoview', module='library', version='1.2.4')
)
libraryDependencies += "com.github.chrisbanes.photoview" % "library" % "1.2.4"
[com.github.chrisbanes.photoview/library "1.2.4"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » support-v4 | jar | 22.0.0 |