MVN

app.cash.paging : paging-runtime-composeui

Maven & Gradle

Jul 18, 2023
488 stars

paging-runtime-composeui · Packages AndroidX's Paging library for Kotlin/Multiplatform.

<dependency>
    <groupId>app.cash.paging</groupId>
    <artifactId>paging-runtime-composeui</artifactId>
    <version>3.2.0-alpha05-0.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of app.cash.paging : paging-runtime-composeui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.0-alpha05-0.2.3
  • Latest Alpha: 3.2.0-alpha05-0.2.3

All Versions

Choose a version of app.cash.paging : paging-runtime-composeui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
paging-runtime-composeui-3.2.0-alpha05-0.2.3
paging-runtime-composeui-3.2.0-alpha05-0.2.2
paging-runtime-composeui-3.2.0-alpha05-0.2.1
paging-runtime-composeui-3.2.0-alpha04-0.2.1
paging-runtime-composeui-3.2.0-alpha04-0.2.0

How to add a dependency to Maven

Add the following app.cash.paging : paging-runtime-composeui maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>app.cash.paging</groupId>
    <artifactId>paging-runtime-composeui</artifactId>
    <version>3.2.0-alpha05-0.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following app.cash.paging : paging-runtime-composeui gradle dependency to your build.gradle file:

implementation 'app.cash.paging:paging-runtime-composeui:3.2.0-alpha05-0.2.3'

Gradle Kotlin DSL: Add the following app.cash.paging : paging-runtime-composeui gradle kotlin dependency to your build.gradle.kts file:

implementation("app.cash.paging:paging-runtime-composeui:3.2.0-alpha05-0.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following app.cash.paging : paging-runtime-composeui sbt scala dependency to your build.sbt file:

libraryDependencies += "app.cash.paging" % "paging-runtime-composeui" % "3.2.0-alpha05-0.2.3"