MVN

com.mxalbert.compose.nestedscrollfix : com.mxalbert.compose.nestedscrollfix.gradle.plugin

Maven & Gradle

May 28, 2022
1 stars

compose-nested-scroll-fix-plugin · A Gradle plugin to fix nested scroll velocity calculation in Compose UI.

<dependency>
    <groupId>com.mxalbert.compose.nestedscrollfix</groupId>
    <artifactId>com.mxalbert.compose.nestedscrollfix.gradle.plugin</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mxalbert.compose.nestedscrollfix : com.mxalbert.compose.nestedscrollfix.gradle.plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.mxalbert.compose.nestedscrollfix : com.mxalbert.compose.nestedscrollfix.gradle.plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
com.mxalbert.compose.nestedscrollfix.gradle.plugin-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.mxalbert.compose.nestedscrollfix</groupId>
    <artifactId>com.mxalbert.compose.nestedscrollfix.gradle.plugin</artifactId>
    <version>1.0</version>
</dependency>