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