drifter-compose
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.teogor.drifter</groupId>
<artifactId>drifter-compose</artifactId>
<version>1.0.0-alpha02</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.drifter</groupId>
<artifactId>drifter-compose</artifactId>
<version>1.0.0-alpha02</version>
<packaging>aar</packaging>
<name>Drifter Compose</name>
<description>🎮 Drifter simplifies the integration between Unity and Android, enhancing performance seamlessly and effortlessly.</description>
<url>https://source.teogor.dev/drifter/</url>
<inceptionYear>2023</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/drifter.git</connection>
<developerConnection>ssh://git@github.com/teogor/drifter.git</developerConnection>
<url>https://github.com/teogor/drifter</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/teogor/drifter/issues</url>
</issueManagement>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>androidx.compose</groupId>
<artifactId>compose-bom</artifactId>
<version>2024.02.01</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>dev.teogor.ceres</groupId>
<artifactId>bom</artifactId>
<version>1.0.0-alpha04</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>dev.teogor.ceres</groupId>
<artifactId>core-common</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.9.22</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>dev.teogor.drifter</groupId>
<artifactId>drifter-unity-common</artifactId>
<version>1.0.0-alpha01</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>dev.teogor.drifter</groupId>
<artifactId>drifter-integration</artifactId>
<version>1.0.0-alpha02</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>dev.teogor.drifter</groupId>
<artifactId>drifter-wallpaper</artifactId>
<version>1.0.0-alpha02</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.compose.ui</groupId>
<artifactId>ui</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.compose.ui</groupId>
<artifactId>ui-graphics</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.compose.ui</groupId>
<artifactId>ui-tooling-preview</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.compose.foundation</groupId>
<artifactId>foundation-layout-android</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.lifecycle</groupId>
<artifactId>lifecycle-runtime-ktx</artifactId>
<version>2.7.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>