is not current version
Last Version 1.0.2

cn.weiecho:mybatis-plugin 1.0.1

mybatis plugin

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

cn.weiecho
ArtifactId

ArtifactId

mybatis-plugin
Version

Version

1.0.1
Type

Type

jar

Download mybatis-plugin 1.0.1


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