License |
License |
---|---|
Categories |
CategoriesNet MyBatis Data ORM |
GroupId | GroupIdnet.coderbee |
ArtifactId | ArtifactIdmybatis-batch |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMyBatis-batch
MyBatis batch operation plugin
|
Project URL |
Project URL |
Filename | Size |
---|---|
mybatis-batch-1.1.0.pom | |
mybatis-batch-1.1.0.jar | 11 KB |
mybatis-batch-1.1.0-sources.jar | 8 KB |
mybatis-batch-1.1.0-javadoc.jar | 49 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.2.1 |
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 |