License |
License |
---|---|
GroupId | GroupIdcom.github.chrisbanes.photoview |
ArtifactId | ArtifactIdparent |
Version | Version1.2.2 |
Type | Typepom |
Description |
DescriptionPhotoView Project
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 |
---|---|
parent-1.2.2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrisbanes.photoview/parent/ -->
<dependency>
<groupId>com.github.chrisbanes.photoview</groupId>
<artifactId>parent</artifactId>
<version>1.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisbanes.photoview/parent/
implementation 'com.github.chrisbanes.photoview:parent:1.2.2'
// https://jarcasting.com/artifacts/com.github.chrisbanes.photoview/parent/
implementation ("com.github.chrisbanes.photoview:parent:1.2.2")
'com.github.chrisbanes.photoview:parent:pom:1.2.2'
<dependency org="com.github.chrisbanes.photoview" name="parent" rev="1.2.2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisbanes.photoview', module='parent', version='1.2.2')
)
libraryDependencies += "com.github.chrisbanes.photoview" % "parent" % "1.2.2"
[com.github.chrisbanes.photoview/parent "1.2.2"]