core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.vueuse</groupId>
<artifactId>core</artifactId>
<version>14.4.0</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.at.vueuse</groupId>
<artifactId>core</artifactId>
<version>14.4.0</version>
<name>vueuse core</name>
<description>Collection of essential Vue Composition Utilities</description>
<url>https://github.com/vueuse/vueuse#readme</url>
<organization>
<name>Anthony Fu <https://github.com/antfu></name>
<url>https://github.com/vueuse/vueuse#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>vueuse-bot</name>
<email>npm-vueuse@antfu.me</email>
</developer>
</developers>
<scm>
<connection>https://github.com/vueuse/vueuse.git</connection>
<developerConnection>https://github.com/vueuse/vueuse.git</developerConnection>
<url>https://github.com/vueuse/vueuse</url>
</scm>
<issueManagement>
<url>https://github.com/vueuse/vueuse/issues</url>
</issueManagement>
<properties>
<org.mvnpm.at.vueuse-shared.version>14.4.0</org.mvnpm.at.vueuse-shared.version>
<org.mvnpm.at.vueuse-metadata.version>14.4.0</org.mvnpm.at.vueuse-metadata.version>
<org.mvnpm.at.types-web-bluetooth.version>[0.0.21,0.0.22)</org.mvnpm.at.types-web-bluetooth.version>
<org.mvnpm-vue.version>[3.5.0,4)</org.mvnpm-vue.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.vueuse</groupId>
<artifactId>shared</artifactId>
<version>${org.mvnpm.at.vueuse-shared.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.vueuse</groupId>
<artifactId>metadata</artifactId>
<version>${org.mvnpm.at.vueuse-metadata.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.types</groupId>
<artifactId>web-bluetooth</artifactId>
<version>${org.mvnpm.at.types-web-bluetooth.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>vue</artifactId>
<version>${org.mvnpm-vue.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>