MVN

io.github.gmerinojimenez : tweaks

Maven & Gradle

Dec 21, 2021
1 usages
4 stars

Tweaks for Android · A customizable debug screen to view and edit flags that can be used for development in Jetpack Compose applications

<dependency>
    <groupId>io.github.gmerinojimenez</groupId>
    <artifactId>tweaks</artifactId>
    <version>0.0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.gmerinojimenez : tweaks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.18

All Versions

Choose a version of io.github.gmerinojimenez : tweaks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
tweaks-0.0.18
tweaks-0.0.17
tweaks-0.0.16
tweaks-0.0.15
tweaks-0.0.14
tweaks-0.0.13
tweaks-0.0.12
tweaks-0.0.11
tweaks-0.0.10
tweaks-0.0.9
tweaks-0.0.8
tweaks-0.0.7
tweaks-0.0.6
tweaks-0.0.5
tweaks-0.0.4
tweaks-0.0.3
tweaks-0.0.2
tweaks-0.0.1

How to add a dependency to Maven

Add the following io.github.gmerinojimenez : tweaks maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.gmerinojimenez</groupId>
    <artifactId>tweaks</artifactId>
    <version>0.0.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.gmerinojimenez : tweaks gradle dependency to your build.gradle file:

implementation 'io.github.gmerinojimenez:tweaks:0.0.18'

Gradle Kotlin DSL: Add the following io.github.gmerinojimenez : tweaks gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.gmerinojimenez:tweaks:0.0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.gmerinojimenez : tweaks sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.gmerinojimenez" % "tweaks" % "0.0.18"

Advertisement