License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.liuaixi200 |
ArtifactId | ArtifactIdmybatis-batch-parent |
Version | Version1.0.0 |
Type | Typepom |
Description |
Descriptionmybatis.batch
批量提交插件
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mybatis-batch-parent-1.0.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.liuaixi200/mybatis-batch-parent/ -->
<dependency>
<groupId>com.github.liuaixi200</groupId>
<artifactId>mybatis-batch-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuaixi200/mybatis-batch-parent/
implementation 'com.github.liuaixi200:mybatis-batch-parent:1.0.0'
// https://jarcasting.com/artifacts/com.github.liuaixi200/mybatis-batch-parent/
implementation ("com.github.liuaixi200:mybatis-batch-parent:1.0.0")
'com.github.liuaixi200:mybatis-batch-parent:pom:1.0.0'
<dependency org="com.github.liuaixi200" name="mybatis-batch-parent" rev="1.0.0">
<artifact name="mybatis-batch-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.liuaixi200', module='mybatis-batch-parent', version='1.0.0')
)
libraryDependencies += "com.github.liuaixi200" % "mybatis-batch-parent" % "1.0.0"
[com.github.liuaixi200/mybatis-batch-parent "1.0.0"]