core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.rspack</groupId>
<artifactId>core</artifactId>
<version>2.0.5</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.rspack</groupId>
<artifactId>core</artifactId>
<version>2.0.5</version>
<name>rspack core</name>
<description>Fast Rust-based bundler for the web with a modernized webpack API</description>
<url>https://rspack.rs</url>
<organization>
<name>rspack core</name>
<url>https://rspack.rs</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>hardfist</name>
<email>1562502418@qq.com</email>
</developer>
<developer>
<name>chenjiahan</name>
<email>416417567@163.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/web-infra-dev/rspack.git</connection>
<developerConnection>https://github.com/web-infra-dev/rspack.git</developerConnection>
<url>https://github.com/web-infra-dev/rspack</url>
</scm>
<issueManagement>
<url>https://github.com/web-infra-dev/rspack/issues</url>
</issueManagement>
<properties>
<org.mvnpm.at.rspack-binding.version>2.0.5</org.mvnpm.at.rspack-binding.version>
<org.mvnpm.at.swc-helpers.version>[0.5.23,0.6)</org.mvnpm.at.swc-helpers.version>
<org.mvnpm.at.module-federation-runtime-tools.version>[0.24.1,0.25),[2.0.0,3)</org.mvnpm.at.module-federation-runtime-tools.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.rspack</groupId>
<artifactId>binding</artifactId>
<version>${org.mvnpm.at.rspack-binding.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.module-federation</groupId>
<artifactId>runtime-tools</artifactId>
<version>${org.mvnpm.at.module-federation-runtime-tools.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.swc</groupId>
<artifactId>helpers</artifactId>
<version>${org.mvnpm.at.swc-helpers.version}</version>
</dependency>
</dependencies>
</project>