reusablecomponents
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.linx64</groupId> <artifactId>reusablecomponents</artifactId> <version>1.2</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>io.github.linx64</groupId> <artifactId>reusablecomponents</artifactId> <version>1.2</version> <packaging>aar</packaging> <name>Reusable Components for Jetpack Compose</name> <description>This library contains reusable components for Jetpack Compose.</description> <url>https://github.com/LinX64/Reusable</url> <inceptionYear>2024</inceptionYear> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://raw.githubusercontent.com/LinX64/Reusable/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>LinX64</id> <name>Mohsen</name> <url>https://github.com/LinX64/</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/LinX64/Reusable.git</connection> <developerConnection>scm:git:ssh://git@github.com/LinX64/Reusable.git</developerConnection> <url>https://github.com/LinX64/Reusable/</url> </scm> </project>