is not current version
Last Version 1.0.5.RELEASE

com.github.codingdebugallday:springboot-plugin-framework-extension-mybatis 1.0.1.RELEASE

spring boot 插件式开发集成扩展 mybatis

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.codingdebugallday
ArtifactId

ArtifactId

springboot-plugin-framework-extension-mybatis
Version

Version

1.0.1.RELEASE
Type

Type

jar

Download springboot-plugin-framework-extension-mybatis 1.0.1.RELEASE


<!-- https://jarcasting.com/artifacts/com.github.codingdebugallday/springboot-plugin-framework-extension-mybatis/ -->
<dependency>
    <groupId>com.github.codingdebugallday</groupId>
    <artifactId>springboot-plugin-framework-extension-mybatis</artifactId>
    <version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codingdebugallday/springboot-plugin-framework-extension-mybatis/
implementation 'com.github.codingdebugallday:springboot-plugin-framework-extension-mybatis:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.codingdebugallday/springboot-plugin-framework-extension-mybatis/
implementation ("com.github.codingdebugallday:springboot-plugin-framework-extension-mybatis:1.0.1.RELEASE")
'com.github.codingdebugallday:springboot-plugin-framework-extension-mybatis:jar:1.0.1.RELEASE'
<dependency org="com.github.codingdebugallday" name="springboot-plugin-framework-extension-mybatis" rev="1.0.1.RELEASE">
  <artifact name="springboot-plugin-framework-extension-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codingdebugallday', module='springboot-plugin-framework-extension-mybatis', version='1.0.1.RELEASE')
)
libraryDependencies += "com.github.codingdebugallday" % "springboot-plugin-framework-extension-mybatis" % "1.0.1.RELEASE"
[com.github.codingdebugallday/springboot-plugin-framework-extension-mybatis "1.0.1.RELEASE"]