MyBatis-batch

MyBatis batch operation plugin

License

License

Categories

Categories

Net MyBatis Data ORM
GroupId

GroupId

net.coderbee
ArtifactId

ArtifactId

mybatis-batch
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

MyBatis-batch
MyBatis batch operation plugin
Project URL

Project URL

https://github.com/wen866595/MyBatis-batch

Download mybatis-batch

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
org.mybatis : mybatis jar 3.2.1

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.hsqldb : hsqldb jar 2.3.4
org.apache.derby : derby jar 10.12.1.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0