Files download
File Operation
compose-paginglist-0.0.1.pom download
compose-paginglist-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.kevinnzou</groupId>
  <artifactId>compose-paginglist</artifactId>
  <version>0.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.kevinnzou:compose-paginglist:0.0.1'
Gradle Kotlin
implementation("io.github.kevinnzou:compose-paginglist:0.0.1")
Scala SBT
libraryDependencies += "io.github.kevinnzou" % "compose-paginglist" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.kevinnzou', module='compose-paginglist', version='0.0.1')
)
Apache Ivy
<dependency org="io.github.kevinnzou" name="compose-paginglist" rev="0.0.1" />
Leiningen
[io.github.kevinnzou/compose-paginglist "0.0.1"]
Apache Buildr
'io.github.kevinnzou:compose-paginglist:jar:0.0.1'