MVN

com.svenjacobs.reveal : reveal-compat-android

Maven & Gradle

Aug 21, 2023
297 stars

Reveal (Compat Android) · Lightweight, simple reveal effect for Jetpack Compose

<dependency>
    <groupId>com.svenjacobs.reveal</groupId>
    <artifactId>reveal-compat-android</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.svenjacobs.reveal : reveal-compat-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.svenjacobs.reveal : reveal-compat-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
reveal-compat-android-2.0.0
2.0
reveal-compat-android-2.0
1.3.x
reveal-compat-android-1.3.0

How to add a dependency to Maven

Add the following com.svenjacobs.reveal : reveal-compat-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.svenjacobs.reveal</groupId>
    <artifactId>reveal-compat-android</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.svenjacobs.reveal : reveal-compat-android gradle dependency to your build.gradle file:

implementation 'com.svenjacobs.reveal:reveal-compat-android:2.0'

Gradle Kotlin DSL: Add the following com.svenjacobs.reveal : reveal-compat-android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.svenjacobs.reveal:reveal-compat-android:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.svenjacobs.reveal : reveal-compat-android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.svenjacobs.reveal" % "reveal-compat-android" % "2.0"