ac-jvm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.ppoonk</groupId>
<artifactId>ac-jvm</artifactId>
<version>1.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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>io.github.ppoonk</groupId>
<artifactId>ac-jvm</artifactId>
<version>1.0.0</version>
<name>Airgo Component</name>
<description>Kotlin-Multiplatform component for Airgo</description>
<url>https://github.com/ppoonk/ac</url>
<inceptionYear>2025</inceptionYear>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>https://opensource.org/licenses/MIT</distribution>
</license>
</licenses>
<developers>
<developer>
<id>ppoonk</id>
<name>ppoonk</name>
<url>https://github.com/ppoonk/</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/ppoonk/ac.git</connection>
<developerConnection>scm:git:ssh://git@github.com/ppoonk/ac.git</developerConnection>
<url>https://github.com/ppoonk/ac/</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.2.20</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.desktop</groupId>
<artifactId>desktop-jvm-macos-arm64</artifactId>
<version>1.8.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-swing</artifactId>
<version>1.10.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.runtime</groupId>
<artifactId>runtime-desktop</artifactId>
<version>1.8.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.foundation</groupId>
<artifactId>foundation-desktop</artifactId>
<version>1.8.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.material3</groupId>
<artifactId>material3-desktop</artifactId>
<version>1.8.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.ui</groupId>
<artifactId>ui-desktop</artifactId>
<version>1.8.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.components</groupId>
<artifactId>components-resources-desktop</artifactId>
<version>1.8.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.components</groupId>
<artifactId>components-ui-tooling-preview-desktop</artifactId>
<version>1.8.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.androidx.lifecycle</groupId>
<artifactId>lifecycle-viewmodel-compose-desktop</artifactId>
<version>2.9.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.androidx.lifecycle</groupId>
<artifactId>lifecycle-runtime-compose-desktop</artifactId>
<version>2.9.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.animation</groupId>
<artifactId>animation-desktop</artifactId>
<version>1.8.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.animation</groupId>
<artifactId>animation-graphics-desktop</artifactId>
<version>1.8.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.androidx.navigation</groupId>
<artifactId>navigation-compose-desktop</artifactId>
<version>2.8.0-alpha13</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core-jvm</artifactId>
<version>1.10.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-core-jvm</artifactId>
<version>3.1.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-content-negotiation-jvm</artifactId>
<version>3.1.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-serialization-kotlinx-json-jvm</artifactId>
<version>3.1.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-cio-jvm</artifactId>
<version>3.1.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-json-jvm</artifactId>
<version>1.9.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.russhwolf</groupId>
<artifactId>multiplatform-settings-jvm</artifactId>
<version>1.3.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.russhwolf</groupId>
<artifactId>multiplatform-settings-no-arg-jvm</artifactId>
<version>1.3.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-datetime-jvm</artifactId>
<version>0.6.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>br.com.devsrsouza.compose.icons</groupId>
<artifactId>font-awesome-desktop</artifactId>
<version>1.1.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.coil-kt.coil3</groupId>
<artifactId>coil-compose-jvm</artifactId>
<version>3.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.coil-kt.coil3</groupId>
<artifactId>coil-network-ktor3-jvm</artifactId>
<version>3.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.coil-kt.coil3</groupId>
<artifactId>coil-svg-jvm</artifactId>
<version>3.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>tech.annexflow.compose</groupId>
<artifactId>constraintlayout-compose-multiplatform-jvm</artifactId>
<version>0.6.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>kermit-jvm</artifactId>
<version>2.0.8</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.benasher44</groupId>
<artifactId>uuid-jvm</artifactId>
<version>0.8.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.mohamedrejeb.richeditor</groupId>
<artifactId>richeditor-compose-desktop</artifactId>
<version>1.0.0-rc13</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.mohamedrejeb.richeditor</groupId>
<artifactId>richeditor-compose-coil3-desktop</artifactId>
<version>1.0.0-rc13</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>