mobx-react-lite
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>mobx-react-lite</artifactId>
<version>4.1.1</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>org.mvnpm</groupId>
<artifactId>mobx-react-lite</artifactId>
<version>4.1.1</version>
<name>mobx-react-lite</name>
<description>Lightweight React bindings for MobX based on React 16.8+ and Hooks</description>
<url>https://mobx.js.org</url>
<organization>
<name>Daniel K.</name>
<url>https://mobx.js.org</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>fredyc</name>
<email>fredy.c@seznam.cz</email>
</developer>
<developer>
<name>mweststrate</name>
<email>mweststrate@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/mobxjs/mobx.git</connection>
<developerConnection>https://github.com/mobxjs/mobx.git</developerConnection>
<url>https://github.com/mobxjs/mobx</url>
</scm>
<issueManagement>
<url>https://github.com/mobxjs/mobx/issues</url>
</issueManagement>
<properties>
<org.mvnpm-use-sync-external-store.version>[1.4.0,2)</org.mvnpm-use-sync-external-store.version>
<org.mvnpm-react.version>[16.8.0,17),[17,18),[18,19),[19,20)</org.mvnpm-react.version>
<org.mvnpm-mobx.version>[6.9.0,7)</org.mvnpm-mobx.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>use-sync-external-store</artifactId>
<version>${org.mvnpm-use-sync-external-store.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>mobx</artifactId>
<version>${org.mvnpm-mobx.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>react</artifactId>
<version>${org.mvnpm-react.version}</version>
</dependency>
</dependencies>
</project>