Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.Ling2099 |
ArtifactId | ArtifactIdmybatis-plus-batch |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
mybatis-plus-batch-1.0.4.pom | |
mybatis-plus-batch-1.0.4.jar | 31 KB |
mybatis-plus-batch-1.0.4-sources.jar | 21 KB |
mybatis-plus-batch-1.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.Ling2099/mybatis-plus-batch/
implementation 'com.github.Ling2099:mybatis-plus-batch:1.0.4'
// https://jarcasting.com/artifacts/com.github.Ling2099/mybatis-plus-batch/
implementation ("com.github.Ling2099:mybatis-plus-batch:1.0.4")
'com.github.Ling2099:mybatis-plus-batch:jar:1.0.4'
<dependency org="com.github.Ling2099" name="mybatis-plus-batch" rev="1.0.4">
<artifact name="mybatis-plus-batch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.Ling2099', module='mybatis-plus-batch', version='1.0.4')
)
libraryDependencies += "com.github.Ling2099" % "mybatis-plus-batch" % "1.0.4"
[com.github.Ling2099/mybatis-plus-batch "1.0.4"]