codemirror-themes
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm.at.uiw</groupId> <artifactId>codemirror-themes</artifactId> <version>4.23.12</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.uiw</groupId> <artifactId>codemirror-themes</artifactId> <version>4.23.12</version> <name>uiw codemirror-themes</name> <description>Themes for CodeMirror.</description> <url>https://uiwjs.github.io/react-codemirror/#/theme/doc</url> <organization> <name>kenny wong</name> <url>https://uiwjs.github.io/react-codemirror/#/theme/doc</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>wcjiang</name> <email>398188662@qq.com</email> </developer> <developer> <name>uiwjs</name> <email>kennyiseeyou@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/uiwjs/react-codemirror.git</connection> <developerConnection>https://github.com/uiwjs/react-codemirror.git</developerConnection> <url>https://github.com/uiwjs/react-codemirror</url> </scm> <issueManagement> <url>https://github.com/uiwjs/react-codemirror/issues</url> </issueManagement> <properties> <org.mvnpm.at.codemirror-state.version>[6.0.0,)</org.mvnpm.at.codemirror-state.version> <org.mvnpm.at.codemirror-view.version>[6.0.0,)</org.mvnpm.at.codemirror-view.version> <org.mvnpm.at.codemirror-language.version>[6.0.0,)</org.mvnpm.at.codemirror-language.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm.at.codemirror</groupId> <artifactId>language</artifactId> <version>${org.mvnpm.at.codemirror-language.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.codemirror</groupId> <artifactId>state</artifactId> <version>${org.mvnpm.at.codemirror-state.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.codemirror</groupId> <artifactId>view</artifactId> <version>${org.mvnpm.at.codemirror-view.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.codemirror</groupId> <artifactId>language</artifactId> <version>${org.mvnpm.at.codemirror-language.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.codemirror</groupId> <artifactId>state</artifactId> <version>${org.mvnpm.at.codemirror-state.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.codemirror</groupId> <artifactId>view</artifactId> <version>${org.mvnpm.at.codemirror-view.version}</version> </dependency> </dependencies> </project>