| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdcom.github.Ling2099 |
| ArtifactId | ArtifactIdmybatis-plus-batch |
| Last Version | Last Version1.0.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmybatis-plus-batch
This is Mybatis Plus based batch write operation tool
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mybatis-plus-batch-1.0.7.pom | |
| mybatis-plus-batch-1.0.7.jar | 31 KB |
| mybatis-plus-batch-1.0.7-sources.jar | 21 KB |
| mybatis-plus-batch-1.0.7-javadoc.jar | 196 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.Ling2099/mybatis-plus-batch/ -->
<dependency>
<groupId>com.github.Ling2099</groupId>
<artifactId>mybatis-plus-batch</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.Ling2099/mybatis-plus-batch/
implementation 'com.github.Ling2099:mybatis-plus-batch:1.0.7'
// https://jarcasting.com/artifacts/com.github.Ling2099/mybatis-plus-batch/
implementation ("com.github.Ling2099:mybatis-plus-batch:1.0.7")
'com.github.Ling2099:mybatis-plus-batch:jar:1.0.7'
<dependency org="com.github.Ling2099" name="mybatis-plus-batch" rev="1.0.7">
<artifact name="mybatis-plus-batch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.Ling2099', module='mybatis-plus-batch', version='1.0.7')
)
libraryDependencies += "com.github.Ling2099" % "mybatis-plus-batch" % "1.0.7"
[com.github.Ling2099/mybatis-plus-batch "1.0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 5.3.3 |