| Categories | CategoriesMyBatis Data ORM | 
|---|---|
| GroupId | GroupIdcom.jdkhome.blzo | 
| ArtifactId | ArtifactIdblzo-ex-mybatis-plus | 
| Version | Version0.4.0.1.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.jdkhome.blzo/blzo-ex-mybatis-plus/ -->
<dependency>
    <groupId>com.jdkhome.blzo</groupId>
    <artifactId>blzo-ex-mybatis-plus</artifactId>
    <version>0.4.0.1.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.jdkhome.blzo/blzo-ex-mybatis-plus/
implementation 'com.jdkhome.blzo:blzo-ex-mybatis-plus:0.4.0.1.RELEASE'// https://jarcasting.com/artifacts/com.jdkhome.blzo/blzo-ex-mybatis-plus/
implementation ("com.jdkhome.blzo:blzo-ex-mybatis-plus:0.4.0.1.RELEASE")'com.jdkhome.blzo:blzo-ex-mybatis-plus:jar:0.4.0.1.RELEASE'<dependency org="com.jdkhome.blzo" name="blzo-ex-mybatis-plus" rev="0.4.0.1.RELEASE">
  <artifact name="blzo-ex-mybatis-plus" type="jar" />
</dependency>@Grapes(
@Grab(group='com.jdkhome.blzo', module='blzo-ex-mybatis-plus', version='0.4.0.1.RELEASE')
)libraryDependencies += "com.jdkhome.blzo" % "blzo-ex-mybatis-plus" % "0.4.0.1.RELEASE"[com.jdkhome.blzo/blzo-ex-mybatis-plus "0.4.0.1.RELEASE"]