is not current version
Last Version 1.0.7

com.github.Ling2099:mybatis-plus-batch 1.0.5

This is Mybatis Plus based batch write operation tool

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.Ling2099
ArtifactId

ArtifactId

mybatis-plus-batch
Version

Version

1.0.5
Type

Type

jar

Download mybatis-plus-batch 1.0.5


<!-- https://jarcasting.com/artifacts/com.github.Ling2099/mybatis-plus-batch/ -->
<dependency>
    <groupId>com.github.Ling2099</groupId>
    <artifactId>mybatis-plus-batch</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.Ling2099/mybatis-plus-batch/
implementation 'com.github.Ling2099:mybatis-plus-batch:1.0.5'
// https://jarcasting.com/artifacts/com.github.Ling2099/mybatis-plus-batch/
implementation ("com.github.Ling2099:mybatis-plus-batch:1.0.5")
'com.github.Ling2099:mybatis-plus-batch:jar:1.0.5'
<dependency org="com.github.Ling2099" name="mybatis-plus-batch" rev="1.0.5">
  <artifact name="mybatis-plus-batch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.Ling2099', module='mybatis-plus-batch', version='1.0.5')
)
libraryDependencies += "com.github.Ling2099" % "mybatis-plus-batch" % "1.0.5"
[com.github.Ling2099/mybatis-plus-batch "1.0.5"]