mybatis-mate-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-mate-starter</artifactId>
<version>1.3.6-sp2</version>
</dependency><?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 http://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-mate-starter</artifactId>
<version>1.3.6-sp2</version>
<name>mybatis-mate-starter</name>
<description>mybatis mate</description>
<url>http://baomidou.com</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>jobob</name>
<email>jobob@qq.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:baomidou/mybatis-mate.git</connection>
<developerConnection>scm:git:git@github.com:baomidou/mybatis-mate.git</developerConnection>
<url>git@github.com:baomidou/mybatis-mate.git</url>
</scm>
<dependencies>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-mate-annotation</artifactId>
<version>1.3.6-sp2</version>
</dependency>
</dependencies>
</project>