maven/com/baomidou/mybatis-plus/3.5.3.1/mybatis-plus-3.5.3.1.pom

37 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2025-06-20 17:09:38 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus</artifactId>
<version>3.5.3.1</version>
<name>mybatis-plus</name>
<description>An enhanced toolkit of Mybatis to simplify development.</description>
<url>https://github.com/baomidou/mybatis-plus</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>baomidou</id>
<name>hubin</name>
<email>jobob@qq.com</email>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:Codearte/gradle-nexus-staging-plugin.git</connection>
<developerConnection>scm:git@github.com:Codearte/gradle-nexus-staging-plugin.git</developerConnection>
<url>https://github.com/baomidou/mybatis-plus</url>
</scm>
<dependencies>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-extension</artifactId>
<version>3.5.3.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>