MVN

net.engawapg.lib : zoomable-android

Maven & Gradle

May 11, 2024
313 stars

zoomable · An android library for Jetpack Compose that enables contents zoomable.

<dependency>
    <groupId>net.engawapg.lib</groupId>
    <artifactId>zoomable-android</artifactId>
    <version>2.0.0-alpha02</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.engawapg.lib : zoomable-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-alpha02
  • Latest Alpha: 2.0.0-alpha02

All Versions

Choose a version of net.engawapg.lib : zoomable-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
zoomable-android-2.0.0-alpha02

How to add a dependency to Maven

Add the following net.engawapg.lib : zoomable-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.engawapg.lib</groupId>
    <artifactId>zoomable-android</artifactId>
    <version>2.0.0-alpha02</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.engawapg.lib : zoomable-android gradle dependency to your build.gradle file:

implementation 'net.engawapg.lib:zoomable-android:2.0.0-alpha02'

Gradle Kotlin DSL: Add the following net.engawapg.lib : zoomable-android gradle kotlin dependency to your build.gradle.kts file:

implementation("net.engawapg.lib:zoomable-android:2.0.0-alpha02")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.engawapg.lib : zoomable-android sbt scala dependency to your build.sbt file:

libraryDependencies += "net.engawapg.lib" % "zoomable-android" % "2.0.0-alpha02"