ui-design-system
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>dev.teogor.ceres</groupId> <artifactId>ui-design-system</artifactId> <version>1.0.0-alpha05</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>dev.teogor.ceres</groupId> <artifactId>ui-design-system</artifactId> <version>1.0.0-alpha05</version> <packaging>aar</packaging> <name>Ceres UI Design System</name> <description>Ceres is a comprehensive Android development framework designed to streamline your app development process. Powered by the latest technologies like Jetpack Compose, Hilt, Coroutines, and Flow, Ceres empowers developers to build modern and efficient Android applications.</description> <url>https://source.teogor.dev/ceres/</url> <inceptionYear>2022</inceptionYear> <licenses> <license> <name>Apache License 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>teogor</id> <name>Teodor Grigor</name> <email>open-source@teogor.dev</email> <url>https://teogor.dev</url> <organization>Teogor</organization> <organizationUrl>https://github.com/teogor</organizationUrl> <roles> <role>Code Owner</role> <role>Developer</role> <role>Designer</role> <role>Maintainer</role> </roles> <timezone>UTC+2</timezone> </developer> </developers> <contributors> <contributor> <name>Teodor Grigor</name> <email>open-source@teogor.dev</email> <url>https://teogor.dev</url> <organization>Teogor</organization> <organizationUrl>https://github.com/teogor</organizationUrl> <roles> <role>Code Owner</role> <role>Developer</role> <role>Designer</role> <role>Maintainer</role> </roles> <timezone>UTC+2</timezone> </contributor> </contributors> <scm> <connection>https://github.com/teogor/ceres.git</connection> <developerConnection>ssh://git@github.com/teogor/ceres.git</developerConnection> <url>https://github.com/teogor/ceres</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/teogor/ceres/issues</url> </issueManagement> <dependencyManagement> <dependencies> <dependency> <groupId>androidx.compose</groupId> <artifactId>compose-bom</artifactId> <version>2024.04.00</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>com.google.android.material</groupId> <artifactId>material</artifactId> <version>1.12.0-rc01</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.skydoves</groupId> <artifactId>landscapist-glide</artifactId> <version>2.3.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.skydoves</groupId> <artifactId>landscapist-placeholder</artifactId> <version>2.3.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.coil-kt</groupId> <artifactId>coil-compose</artifactId> <version>2.6.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.23</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.tracing</groupId> <artifactId>tracing-ktx</artifactId> <version>1.3.0-alpha02</version> <scope>runtime</scope> </dependency> <dependency> <groupId>dev.teogor.ceres</groupId> <artifactId>ui-foundation</artifactId> <version>1.0.0-alpha05</version> <scope>runtime</scope> </dependency> <dependency> <groupId>dev.teogor.ceres</groupId> <artifactId>ui-icons</artifactId> <version>1.0.0-alpha05</version> <scope>runtime</scope> </dependency> <dependency> <groupId>dev.teogor.ceres</groupId> <artifactId>ui-spectrum</artifactId> <version>1.0.0-alpha05</version> <scope>runtime</scope> </dependency> <dependency> <groupId>dev.teogor.ceres</groupId> <artifactId>ui-theme</artifactId> <version>1.0.0-alpha05</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.constraintlayout</groupId> <artifactId>constraintlayout-compose</artifactId> <version>1.1.0-alpha13</version> <scope>runtime</scope> </dependency> </dependencies> </project>