c

compose-accompanist-jvm

A copy of Google's Accompanist (v0.23.1 and v0.2.1 Snapper) with multiplatform capability. Currently this only includes the pager and pager indicators.
https://github.com/Woody230/KotlinExtensions
The Apache Software License, Version 2.0
Google Chris Banes Brandon Selzer
Files download
File Operation
compose-accompanist-jvm-6.4.0.jar download
compose-accompanist-jvm-6.4.0.pom download
compose-accompanist-jvm-6.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.woody230.ktx</groupId>
  <artifactId>compose-accompanist-jvm</artifactId>
  <version>6.4.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.woody230.ktx:compose-accompanist-jvm:6.4.0'
Gradle Kotlin
implementation("io.github.woody230.ktx:compose-accompanist-jvm:6.4.0")
Scala SBT
libraryDependencies += "io.github.woody230.ktx" % "compose-accompanist-jvm" % "6.4.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.woody230.ktx', module='compose-accompanist-jvm', version='6.4.0')
)
Apache Ivy
<dependency org="io.github.woody230.ktx" name="compose-accompanist-jvm" rev="6.4.0" />
Leiningen
[io.github.woody230.ktx/compose-accompanist-jvm "6.4.0"]
Apache Buildr
'io.github.woody230.ktx:compose-accompanist-jvm:jar:6.4.0'