zustand
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>zustand</artifactId>
<version>5.0.14</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>zustand</artifactId>
<version>5.0.14</version>
<name>zustand</name>
<description>🐻 Bear necessities for state management in React</description>
<url>https://github.com/pmndrs/zustand</url>
<organization>
<name>Paul Henschel</name>
<url>https://github.com/pmndrs/zustand</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>daishi</name>
<email>daishi@axlight.com</email>
</developer>
<developer>
<name>jeremyrh</name>
<email>holcomb227@gmail.com</email>
</developer>
<developer>
<name>drcmda</name>
<email>drcmda@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/pmndrs/zustand.git</connection>
<developerConnection>https://github.com/pmndrs/zustand.git</developerConnection>
<url>https://github.com/pmndrs/zustand</url>
</scm>
<issueManagement>
<url>https://github.com/pmndrs/zustand/issues</url>
</issueManagement>
<properties>
<org.mvnpm-immer.version>[9.0.6,)</org.mvnpm-immer.version>
<org.mvnpm-use-sync-external-store.version>[1.2.0,)</org.mvnpm-use-sync-external-store.version>
<org.mvnpm.at.types-react.version>[18.0.0,)</org.mvnpm.at.types-react.version>
<org.mvnpm-react.version>[18.0.0,)</org.mvnpm-react.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.types</groupId>
<artifactId>react</artifactId>
<version>${org.mvnpm.at.types-react.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>immer</artifactId>
<version>${org.mvnpm-immer.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>react</artifactId>
<version>${org.mvnpm-react.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>use-sync-external-store</artifactId>
<version>${org.mvnpm-use-sync-external-store.version}</version>
</dependency>
</dependencies>
</project>