a

app.cash.better.dynamic.features.agp-patch.gradle.plugin

A patch of the Android Gradle Plugin
https://github.com/cashapp/better-dynamic-features/
The Apache Software License, Version 2.0
Square, Inc.
文件下载
文件名 操作
app.cash.better.dynamic.features.agp-patch.gradle.plugin-0.3.1.pom 下载
Apache Maven
<dependency>
  <groupId>app.cash.better.dynamic.features.agp-patch</groupId>
  <artifactId>app.cash.better.dynamic.features.agp-patch.gradle.plugin</artifactId>
  <version>0.3.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'app.cash.better.dynamic.features.agp-patch:app.cash.better.dynamic.features.agp-patch.gradle.plugin:0.3.1'
Gradle Kotlin
implementation("app.cash.better.dynamic.features.agp-patch:app.cash.better.dynamic.features.agp-patch.gradle.plugin:0.3.1")
Scala SBT
libraryDependencies += "app.cash.better.dynamic.features.agp-patch" % "app.cash.better.dynamic.features.agp-patch.gradle.plugin" % "0.3.1"
Groovy Grape
@Grapes(
  @Grab(group='app.cash.better.dynamic.features.agp-patch', module='app.cash.better.dynamic.features.agp-patch.gradle.plugin', version='0.3.1')
)
Apache Ivy
<dependency org="app.cash.better.dynamic.features.agp-patch" name="app.cash.better.dynamic.features.agp-patch.gradle.plugin" rev="0.3.1" />
Leiningen
[app.cash.better.dynamic.features.agp-patch/app.cash.better.dynamic.features.agp-patch.gradle.plugin "0.3.1"]
Apache Buildr
'app.cash.better.dynamic.features.agp-patch:app.cash.better.dynamic.features.agp-patch.gradle.plugin:jar:0.3.1'