is not current version
Last Version 1.4.2

com.mxalbert.zoomable:zoomable 1.1.0

Content zooming with dragging, double tap and dismiss gesture support for Jetpack Compose.

GroupId

GroupId

com.mxalbert.zoomable
ArtifactId

ArtifactId

zoomable
Version

Version

1.1.0
Type

Type

aar

Download zoomable 1.1.0


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