code-highlight
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.mantine</groupId>
<artifactId>code-highlight</artifactId>
<version>9.5.2</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.mantine</groupId>
<artifactId>code-highlight</artifactId>
<version>9.5.2</version>
<name>mantine code-highlight</name>
<description>Code highlight with Mantine theme</description>
<url>https://mantine.dev/x/code-highlight/</url>
<organization>
<name>Vitaly Rtishchev</name>
<url>https://mantine.dev/x/code-highlight/</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>rtivital</name>
<email>rtivital@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/mantinedev/mantine.git</connection>
<developerConnection>https://github.com/mantinedev/mantine.git</developerConnection>
<url>https://github.com/mantinedev/mantine</url>
</scm>
<issueManagement>
<url>https://github.com/mantinedev/mantine/issues</url>
</issueManagement>
<properties>
<org.mvnpm.at.mantine-core.version>9.5.2</org.mvnpm.at.mantine-core.version>
<org.mvnpm-react-dom.version>[19.2.0,20)</org.mvnpm-react-dom.version>
<org.mvnpm-clsx.version>[2.1.1,3)</org.mvnpm-clsx.version>
<org.mvnpm.at.mantine-hooks.version>9.5.2</org.mvnpm.at.mantine-hooks.version>
<org.mvnpm-react.version>[19.2.0,20)</org.mvnpm-react.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>clsx</artifactId>
<version>${org.mvnpm-clsx.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>react</artifactId>
<version>${org.mvnpm-react.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>react-dom</artifactId>
<version>${org.mvnpm-react-dom.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.mantine</groupId>
<artifactId>core</artifactId>
<version>${org.mvnpm.at.mantine-core.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.mantine</groupId>
<artifactId>hooks</artifactId>
<version>${org.mvnpm.at.mantine-hooks.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>