MVN

io.github.kevinnzou : compose-paginglist

Maven & Gradle

May 15, 2023
17 stars

compose-paginglist · Pull To Refresh layout for Jetpack Compose

<dependency>
    <groupId>io.github.kevinnzou</groupId>
    <artifactId>compose-paginglist</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.kevinnzou : compose-paginglist to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of io.github.kevinnzou : compose-paginglist to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
compose-paginglist-1.1.0
1.0.x
compose-paginglist-1.0.0
0.0.x
compose-paginglist-0.0.4
compose-paginglist-0.0.3
compose-paginglist-0.0.2
compose-paginglist-0.0.1

How to add a dependency to Maven

Add the following io.github.kevinnzou : compose-paginglist maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.kevinnzou</groupId>
    <artifactId>compose-paginglist</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.kevinnzou : compose-paginglist gradle dependency to your build.gradle file:

implementation 'io.github.kevinnzou:compose-paginglist:1.1.0'

Gradle Kotlin DSL: Add the following io.github.kevinnzou : compose-paginglist gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.kevinnzou:compose-paginglist:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.kevinnzou : compose-paginglist sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.kevinnzou" % "compose-paginglist" % "1.1.0"