Download mybatis-plus-boot-starter-2.2.0.jar file - Jar m

Jar examples for m:mybatis-plus-boot-starter

Description

An enhanced toolkit of Mybatis to simplify development.

You can download jar file mybatis-plus-boot-starter 2.2.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add mybatis-plus-boot-starter-2.2.0.jar to your project.

<dependency>
   <groupId>com.baomidou</groupId>
   <artifactId>mybatis-plus-boot-starter</artifactId>
   <version>2.2.0</version>
</dependency>
compile group: 'com.baomidou', name: 'mybatis-plus-boot-starter', version: '2.2.0'
libraryDependencies += "com.baomidou" % "mybatis-plus-boot-starter" % "2.2.0"
<dependency org="com.baomidou" name="mybatis-plus-boot-starter" rev="2.2.0"/>
@Grapes(@Grab(group='com.baomidou', module='mybatis-plus-boot-starter', version='2.2.0'))
'com.baomidou:mybatis-plus-boot-starter:jar:2.2.0'

Download

Click the following link to download the jar file.

mybatis-plus-boot-starter-2.2.0-javadoc.jar
mybatis-plus-boot-starter-2.2.0-sources.jar
mybatis-plus-boot-starter-2.2.0.jar
mybatis-plus-boot-starter-2.2.0.pom



Related Tutorials