MVN

dev.shreyaspatil : capturable

Maven & Gradle

Mar 20, 2022
1k stars

capturable · Jetpack Compose utility library for capturing Composable content and transforming it into Bitmap

<dependency>
    <groupId>dev.shreyaspatil</groupId>
    <artifactId>capturable</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.shreyaspatil : capturable to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3
  • Latest Release Candidate: 1.0.0-rc01

All Versions

Choose a version of dev.shreyaspatil : capturable to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
capturable-1.0.3
capturable-1.0.2
capturable-1.0.1
capturable-1.0.0
capturable-1.0.0-rc01

How to add a dependency to Maven

Add the following dev.shreyaspatil : capturable maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.shreyaspatil</groupId>
    <artifactId>capturable</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.shreyaspatil : capturable gradle dependency to your build.gradle file:

implementation 'dev.shreyaspatil:capturable:1.0.3'

Gradle Kotlin DSL: Add the following dev.shreyaspatil : capturable gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.shreyaspatil:capturable:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.shreyaspatil : capturable sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.shreyaspatil" % "capturable" % "1.0.3"

Advertisement