wavy-slider
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ir.mahozad.multiplatform</groupId> <artifactId>wavy-slider</artifactId> <version>2.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>ir.mahozad.multiplatform</groupId> <artifactId>wavy-slider</artifactId> <version>2.1.0</version> <name>wavy-slider</name> <description>Animated wavy Material Slider and progress/seek bar similar to the one used in Android 13 media controls. It has curly, wobbly, squiggly, wiggly, jiggly, wriggly, dancing movements. Some users call it the sperm. Visit the project on GitHub at https://github.com/mahozad/wavy-slider to learn more.</description> <url>https://mahozad.ir/wavy-slider</url> <inceptionYear>2023</inceptionYear> <licenses> <license> <name>Apache-2.0 License</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>mahozad</id> <name>Mahdi Hosseinzadeh</name> <email></email> <url>https://mahozad.ir/</url> <roles> <role>Lead Developer</role> </roles> <timezone>GMT+4:30</timezone> </developer> </developers> <scm> <connection>scm:git:github.com/mahozad/wavy-slider.git</connection> <developerConnection>scm:git:ssh://github.com/mahozad/wavy-slider.git</developerConnection> <url>https://github.com/mahozad/wavy-slider</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/mahozad/wavy-slider/issues</url> </issueManagement> <ciManagement> <system>GitHub Actions</system> <url>https://github.com/mahozad/wavy-slider/actions</url> </ciManagement> <dependencies> <dependency> <groupId>org.jetbrains.compose.foundation</groupId> <artifactId>foundation</artifactId> <version>1.8.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.material3</groupId> <artifactId>material3</artifactId> <version>1.8.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.material</groupId> <artifactId>material</artifactId> <version>1.8.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.runtime</groupId> <artifactId>runtime</artifactId> <version>1.8.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.2.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>