MVN

land.sungbin.composeinvestigator : land.sungbin.composeinvestigator.gradle.plugin

Maven & Gradle

Jan 20, 2024
283 stars

ComposeInvestigator Gradle Plugin · Trace the recomposition of a Composable with its cause without any boilerplate code.

<dependency>
    <groupId>land.sungbin.composeinvestigator</groupId>
    <artifactId>land.sungbin.composeinvestigator.gradle.plugin</artifactId>
    <version>0.1.0-dev</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of land.sungbin.composeinvestigator : land.sungbin.composeinvestigator.gradle.plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.0-dev

All Versions

Choose a version of land.sungbin.composeinvestigator : land.sungbin.composeinvestigator.gradle.plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
land.sungbin.composeinvestigator.gradle.plugin-0.1.0-dev

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>land.sungbin.composeinvestigator</groupId>
    <artifactId>land.sungbin.composeinvestigator.gradle.plugin</artifactId>
    <version>0.1.0-dev</version>
</dependency>