MVN

com.itsaky.androidide : gradle-plugin-config

Maven & Gradle

Nov 09, 2023
1.9k stars

gradle-plugin-config · Configuration options for the Tooling API and Gradle Plugin.

<dependency>
    <groupId>com.itsaky.androidide</groupId>
    <artifactId>gradle-plugin-config</artifactId>
    <version>2.6.0-beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.itsaky.androidide : gradle-plugin-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.0-beta
  • Latest Beta: 2.6.0-beta

All Versions

Choose a version of com.itsaky.androidide : gradle-plugin-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
gradle-plugin-config-2.6.0-beta

How to add a dependency to Maven

Add the following com.itsaky.androidide : gradle-plugin-config maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.itsaky.androidide</groupId>
    <artifactId>gradle-plugin-config</artifactId>
    <version>2.6.0-beta</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.itsaky.androidide : gradle-plugin-config gradle dependency to your build.gradle file:

implementation 'com.itsaky.androidide:gradle-plugin-config:2.6.0-beta'

Gradle Kotlin DSL: Add the following com.itsaky.androidide : gradle-plugin-config gradle kotlin dependency to your build.gradle.kts file:

implementation("com.itsaky.androidide:gradle-plugin-config:2.6.0-beta")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.itsaky.androidide : gradle-plugin-config sbt scala dependency to your build.sbt file:

libraryDependencies += "com.itsaky.androidide" % "gradle-plugin-config" % "2.6.0-beta"