MVN

com.rover12421.android.hide : android

Maven & Gradle

Sep 13, 2022
56 stars

android · Android Hidden API / android

<dependency>
    <groupId>com.rover12421.android.hide</groupId>
    <artifactId>android</artifactId>
    <version>11.0.0_r48</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rover12421.android.hide : android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.0.0_r48

All Versions

Choose a version of com.rover12421.android.hide : android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
13.0.x
android-13.0.0_r2
12.1.x
android-12.1.0_r5
12.0.x
android-12.0.0_r16.1
android-12.0.0_r34
android-12.0.0_r16
11.0.x
android-11.0.0_r17.2
android-11.0.0_r17.1
android-11.0.0_r48
android-11.0.0_r17
10.0.x
android-10.0.0_r2
9.0.x
android-9.0.0_r41
8.1.x
android-8.1.0_r52
8.0.x
android-8.0.0_r17
7.1.x
android-7.1.0_r7
android-7.1.1_r31
android-7.1.2_r28
7.0.x
android-7.0.0_r17
6.0.x
android-6.0.0_r41
android-6.0.1_r62
5.1.x
android-5.1.1_r14
5.0.x
android-5.0.2_r1
unspecified
android-unspecified

How to add a dependency to Maven

Add the following com.rover12421.android.hide : android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.rover12421.android.hide</groupId>
    <artifactId>android</artifactId>
    <version>11.0.0_r48</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rover12421.android.hide : android gradle dependency to your build.gradle file:

implementation 'com.rover12421.android.hide:android:11.0.0_r48'

Gradle Kotlin DSL: Add the following com.rover12421.android.hide : android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.rover12421.android.hide:android:11.0.0_r48")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rover12421.android.hide : android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rover12421.android.hide" % "android" % "11.0.0_r48"

Advertisement