codemp
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>mp.code</groupId> <artifactId>codemp</artifactId> <version>0.8.4</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>mp.code</groupId> <artifactId>codemp</artifactId> <version>0.8.4</version> <name>codemp</name> <description>A collaborative editor plugin ecosystem</description> <url>https://code.mp/</url> <inceptionYear>2022</inceptionYear> <licenses> <license> <name>The GNU General Public License v3.0</name> <url>https://www.gnu.org/licenses/gpl-3.0.txt</url> </license> </licenses> <developers> <developer> <id>zaaarf</id> <name>zaaarf</name> <email>zaaarf@codemp.dev</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/hexedtech/codemp.git</connection> <developerConnection>scm:git:ssh://git@github.com/hexedtech/codemp.git</developerConnection> <url>https://github.com/hexedtech/codemp/</url> </scm> </project>