| License | License | 
|---|---|
| Categories | CategoriesMyBatis Data ORM | 
| GroupId | GroupIdcom.github.liuaixi200 | 
| ArtifactId | ArtifactIdmybatis-batch | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description批量提交插件 | 
| Filename | Size | 
|---|---|
| mybatis-batch-1.0.0.pom | |
| mybatis-batch-1.0.0.jar | 5 KB | 
| mybatis-batch-1.0.0-sources.jar | 5 KB | 
| mybatis-batch-1.0.0-javadoc.jar | 404 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.liuaixi200/mybatis-batch/ -->
<dependency>
    <groupId>com.github.liuaixi200</groupId>
    <artifactId>mybatis-batch</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/com.github.liuaixi200/mybatis-batch/
implementation 'com.github.liuaixi200:mybatis-batch:1.0.0'// https://jarcasting.com/artifacts/com.github.liuaixi200/mybatis-batch/
implementation ("com.github.liuaixi200:mybatis-batch:1.0.0")'com.github.liuaixi200:mybatis-batch:jar:1.0.0'<dependency org="com.github.liuaixi200" name="mybatis-batch" rev="1.0.0">
  <artifact name="mybatis-batch" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.liuaixi200', module='mybatis-batch', version='1.0.0')
)libraryDependencies += "com.github.liuaixi200" % "mybatis-batch" % "1.0.0"[com.github.liuaixi200/mybatis-batch "1.0.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.mybatis : mybatis Optional | jar | 3.4.4 | 
| org.apache.commons : commons-lang3 | jar | 3.4 |