Download mybatis-plus-support-2.1.7.jar file - Jar m

Jar examples for m:mybatis-plus-support

Description

An enhanced toolkit of Mybatis to simplify development.

You can download jar file mybatis-plus-support 2.1.7 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add mybatis-plus-support-2.1.7.jar to your project.

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

Download

Click the following link to download the jar file.

mybatis-plus-support-2.1.7-javadoc.jar
mybatis-plus-support-2.1.7-sources.jar
mybatis-plus-support-2.1.7.jar
mybatis-plus-support-2.1.7.pom



Related Tutorials