event-observer-compose-js
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.matheus-corregiari</groupId>
<artifactId>event-observer-compose-js</artifactId>
<version>2.0.1</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.matheus-corregiari</groupId>
<artifactId>event-observer-compose-js</artifactId>
<version>2.0.1</version>
<packaging>klib</packaging>
<name>Arch Event Observer Compose</name>
<description>Arch Event Observer Compose provides a declarative DSL for rendering DataResult states in Jetpack Compose Multiplatform. It includes ComposableDataResult, automated state collection for Flow and LiveData, and specialized observers (OnData, OnError, OnLoading) to streamline UI development across Android and Compose-supported platforms.</description>
<url>https://github.com/matheus-corregiari/arch-event-observer</url>
<inceptionYear>2026</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>melete</id>
<name>Melete</name>
<email>melete@notValidEmail.com</email>
<url>https://github.com/matheus-corregiari</url>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/matheus-corregiari/arch-event-observer.git</connection>
<developerConnection>scm:git:ssh://git@github.com:matheus-corregiari/arch-event-observer.git</developerConnection>
<tag>2.0.1</tag>
<url>https://github.com/matheus-corregiari/arch-event-observer</url>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/matheus-corregiari/arch-event-observer/issues</url>
</issueManagement>
<ciManagement>
<system>GitHub Actions</system>
<url>https://github.com/matheus-corregiari/arch-event-observer/actions</url>
</ciManagement>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>atomicfu-js</artifactId>
<version>0.32.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-dom-api-compat</artifactId>
<version>2.3.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-js</artifactId>
<version>2.3.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlinx-atomicfu-runtime</artifactId>
<version>2.3.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.matheus-corregiari</groupId>
<artifactId>event-observer-js</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core-js</artifactId>
<version>1.10.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.lifecycle</groupId>
<artifactId>lifecycle-runtime-compose-js</artifactId>
<version>2.10.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.runtime</groupId>
<artifactId>runtime-js</artifactId>
<version>1.10.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.animation</groupId>
<artifactId>animation-js</artifactId>
<version>1.10.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>