1*fa44fe6aSInna Palant# Swipe Refresh layout for Jetpack Compose 2*fa44fe6aSInna Palant 3*fa44fe6aSInna Palant[](https://search.maven.org/search?q=g:com.google.accompanist) 4*fa44fe6aSInna Palant 5*fa44fe6aSInna Palant> :warning: This library has been deprecated as official support is now available in Compose Material 1.3.0. Please see our [Migration Guide](https://google.github.io/accompanist/swiperefresh/) for how to migrate. 6*fa44fe6aSInna Palant 7*fa44fe6aSInna Palant## Download 8*fa44fe6aSInna Palant 9*fa44fe6aSInna Palant```groovy 10*fa44fe6aSInna Palantrepositories { 11*fa44fe6aSInna Palant mavenCentral() 12*fa44fe6aSInna Palant} 13*fa44fe6aSInna Palant 14*fa44fe6aSInna Palantdependencies { 15*fa44fe6aSInna Palant implementation "com.google.accompanist:accompanist-swiperefresh:<version>" 16*fa44fe6aSInna Palant} 17*fa44fe6aSInna Palant``` 18*fa44fe6aSInna Palant 19*fa44fe6aSInna PalantSnapshots of the development version are available in [Sonatype's `snapshots` repository][snap]. These are updated on every commit. 20*fa44fe6aSInna Palant 21*fa44fe6aSInna Palant [snap]: https://oss.sonatype.org/content/repositories/snapshots/com/google/accompanist/accompanist-swiperefresh/