MVN

dev.rikka.tools.refine : annotation

Maven & Gradle

Mar 11, 2023
2 usages
238 stars

HiddenApiRefine · A Gradle plugin that improves the experience when developing Android apps, especially system tools, that use hidden APIs.

<dependency>
    <groupId>dev.rikka.tools.refine</groupId>
    <artifactId>annotation</artifactId>
    <version>4.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.rikka.tools.refine : annotation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.0

All Versions

Choose a version of dev.rikka.tools.refine : annotation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
annotation-4.3.0
4.2.x
annotation-4.2.1
4.1.x
annotation-4.1.0
4.0.x
annotation-4.0.0
3.1.x
annotation-3.1.1
annotation-3.1.0
3.0.x
annotation-3.0.3
annotation-3.0.2
annotation-3.0.1
annotation-3.0.0
2.0.x
annotation-2.0.0

How to add a dependency to Maven

Add the following dev.rikka.tools.refine : annotation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.rikka.tools.refine</groupId>
    <artifactId>annotation</artifactId>
    <version>4.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.rikka.tools.refine : annotation gradle dependency to your build.gradle file:

implementation 'dev.rikka.tools.refine:annotation:4.3.0'

Gradle Kotlin DSL: Add the following dev.rikka.tools.refine : annotation gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.rikka.tools.refine:annotation:4.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.rikka.tools.refine : annotation sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.rikka.tools.refine" % "annotation" % "4.3.0"

Advertisement