Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.codingdebugallday |
ArtifactId | ArtifactIdspringboot-plugin-framework-extension-mybatis |
Version | Version1.0.2.RELEASE |
Type | Typejar |
<!-- 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.2.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.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.codingdebugallday/springboot-plugin-framework-extension-mybatis/
implementation ("com.github.codingdebugallday:springboot-plugin-framework-extension-mybatis:1.0.2.RELEASE")
'com.github.codingdebugallday:springboot-plugin-framework-extension-mybatis:jar:1.0.2.RELEASE'
<dependency org="com.github.codingdebugallday" name="springboot-plugin-framework-extension-mybatis" rev="1.0.2.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.2.RELEASE')
)
libraryDependencies += "com.github.codingdebugallday" % "springboot-plugin-framework-extension-mybatis" % "1.0.2.RELEASE"
[com.github.codingdebugallday/springboot-plugin-framework-extension-mybatis "1.0.2.RELEASE"]