<?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>cn.tiecode</groupId> <artifactId>plugin-api</artifactId> <version>1.0.1</version> <name>plugin-api</name> <description>Tiecode plugin api</description> <url>http://tiecode.cn</url> <licenses> <license> <name>LGPL v2.1</name> <url>https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url> </license> </licenses> <developers> <developer> <id>Scave</id> <name>Scave</name> <email>iscave@163.com</email> </developer> </developers> <scm> <connection>scm:git:github.com/finalscave/simple-lsp4a.git</connection> <developerConnection>scm:git:ssh://github.com/finalscave/simple-lsp4a.git</developerConnection> <url>https://github.com/finalscave/simple-lsp4a</url> </scm> </project>
<dependency> <groupId>cn.tiecode</groupId> <artifactId>plugin-api</artifactId> <version>1.0.1</version> </dependency>
cn.tiecode:plugin-api:1.0.1