MVN

app.cash.better.dynamic.features : codegen

Maven & Gradle

Jul 31, 2023
73 stars

Better Dynamic Feature Code Generator · Code generation logic for Better Dynamic Features

<dependency>
    <groupId>app.cash.better.dynamic.features</groupId>
    <artifactId>codegen</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of app.cash.better.dynamic.features : codegen to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of app.cash.better.dynamic.features : codegen to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
codegen-0.1.1
codegen-0.1.0

How to add a dependency to Maven

Add the following app.cash.better.dynamic.features : codegen maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>app.cash.better.dynamic.features</groupId>
    <artifactId>codegen</artifactId>
    <version>0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following app.cash.better.dynamic.features : codegen gradle dependency to your build.gradle file:

implementation 'app.cash.better.dynamic.features:codegen:0.1.1'

Gradle Kotlin DSL: Add the following app.cash.better.dynamic.features : codegen gradle kotlin dependency to your build.gradle.kts file:

implementation("app.cash.better.dynamic.features:codegen:0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following app.cash.better.dynamic.features : codegen sbt scala dependency to your build.sbt file:

libraryDependencies += "app.cash.better.dynamic.features" % "codegen" % "0.1.1"