compose-onboarding
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.sldw</groupId> <artifactId>compose-onboarding</artifactId> <version>1.1.0-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"> <modelVersion>4.0.0</modelVersion> <groupId>de.sldw</groupId> <artifactId>compose-onboarding</artifactId> <version>1.1.0-0</version> <packaging>aar</packaging> <description>Kotlin library designed to facilitate the creation of app introduction screens in Jetpack Compose</description> <url>https://dev.sldw.de/composeOnboarding.md</url> <licenses> <license> <name>MIT License</name> <url>http://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <name>lootwich</name> <url>https://github.com/lootwich</url> </developer> </developers> <scm> <connection>scm:git:ssh://git@gitea.sldw.de:222/lootwich/compose_onboarding.git</connection> <developerConnection>scm:git:ssh://git@gitea.sldw.de:222/lootwich/compose_onboarding.git</developerConnection> <url>https://gitea.sldw.de/lootwich/compose_onboarding</url> </scm> </project>