boot
模块
- mybatis-plugin mybatis插件
- boot-util util工具类
- boot-parent 项目的parent,约束常见项目依赖版本
- boot-bom boot系列项目模块依赖
- boot-extension dubbo项目的SPI
License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.workoss.boot |
ArtifactId | ArtifactIdmybatis-plugin |
Last Version | Last Version1.0.8-RC1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionworkoss boot extends
|
Filename | Size |
---|---|
mybatis-plugin-1.0.8-RC1.pom | 647 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.workoss.boot/mybatis-plugin/ -->
<dependency>
<groupId>com.workoss.boot</groupId>
<artifactId>mybatis-plugin</artifactId>
<version>1.0.8-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.workoss.boot/mybatis-plugin/
implementation 'com.workoss.boot:mybatis-plugin:1.0.8-RC1'
// https://jarcasting.com/artifacts/com.workoss.boot/mybatis-plugin/
implementation ("com.workoss.boot:mybatis-plugin:1.0.8-RC1")
'com.workoss.boot:mybatis-plugin:pom:1.0.8-RC1'
<dependency org="com.workoss.boot" name="mybatis-plugin" rev="1.0.8-RC1">
<artifact name="mybatis-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.workoss.boot', module='mybatis-plugin', version='1.0.8-RC1')
)
libraryDependencies += "com.workoss.boot" % "mybatis-plugin" % "1.0.8-RC1"
[com.workoss.boot/mybatis-plugin "1.0.8-RC1"]