commands
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>commands</artifactId>
<version>6.10.3</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.codemirror</groupId>
<artifactId>commands</artifactId>
<version>6.10.3</version>
<name>codemirror commands</name>
<description>Collection of editing commands for the CodeMirror code editor</description>
<url>https://github.com/codemirror/commands#readme</url>
<organization>
<name>Marijn Haverbeke</name>
<url>https://github.com/codemirror/commands#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>adrianheine</name>
<email>mail@adrianheine.de</email>
</developer>
<developer>
<name>marijn</name>
<email>marijn@haverbeke.berlin</email>
</developer>
</developers>
<scm>
<connection>https://github.com/codemirror/commands.git</connection>
<developerConnection>https://github.com/codemirror/commands.git</developerConnection>
<url>https://github.com/codemirror/commands</url>
</scm>
<issueManagement>
<url>https://github.com/codemirror/commands/issues</url>
</issueManagement>
<properties>
<org.mvnpm.at.codemirror-state.version>[6.6.0,7)</org.mvnpm.at.codemirror-state.version>
<org.mvnpm.at.lezer-common.version>[1.1.0,2)</org.mvnpm.at.lezer-common.version>
<org.mvnpm.at.codemirror-view.version>[6.27.0,7)</org.mvnpm.at.codemirror-view.version>
<org.mvnpm.at.codemirror-language.version>[6.0.0,7)</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.lezer</groupId>
<artifactId>common</artifactId>
<version>${org.mvnpm.at.lezer-common.version}</version>
</dependency>
</dependencies>
</project>