<?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>io.github.kituin</groupId> <artifactId>mavenJava</artifactId> <version>0.5.3</version> <name>ChatImageCode</name> <description>Lib for ChatImage</description> <url>https://github.com/kitUIN/ChatImageCode</url> <licenses> <license> <name>MIT</name> <url></url> </license> </licenses> <developers> <developer> <id>kitUIN</id> <name>kitUIN</name> <email>KIT_UIN@outlook.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/kitUIN/ChatImageCode.git</connection> <developerConnection>scm:git:ssh://github.com/kitUIN/ChatImageCode.git</developerConnection> <url>https://github.com/kitUIN/ChatImageCode</url> </scm> </project>
<dependency> <groupId>io.github.kituin</groupId> <artifactId>mavenJava</artifactId> <version>0.5.3</version> </dependency>
io.github.kituin:mavenJava:0.5.3