| Categories | CategoriesMyBatis Data ORM | 
|---|---|
| GroupId | GroupIdcloud.gouyiba | 
| ArtifactId | ArtifactIdmybatis-max-boot-starter | 
| Version | Version1.0.4-RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/cloud.gouyiba/mybatis-max-boot-starter/ -->
<dependency>
    <groupId>cloud.gouyiba</groupId>
    <artifactId>mybatis-max-boot-starter</artifactId>
    <version>1.0.4-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/cloud.gouyiba/mybatis-max-boot-starter/
implementation 'cloud.gouyiba:mybatis-max-boot-starter:1.0.4-RELEASE'// https://jarcasting.com/artifacts/cloud.gouyiba/mybatis-max-boot-starter/
implementation ("cloud.gouyiba:mybatis-max-boot-starter:1.0.4-RELEASE")'cloud.gouyiba:mybatis-max-boot-starter:jar:1.0.4-RELEASE'<dependency org="cloud.gouyiba" name="mybatis-max-boot-starter" rev="1.0.4-RELEASE">
  <artifact name="mybatis-max-boot-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='cloud.gouyiba', module='mybatis-max-boot-starter', version='1.0.4-RELEASE')
)libraryDependencies += "cloud.gouyiba" % "mybatis-max-boot-starter" % "1.0.4-RELEASE"[cloud.gouyiba/mybatis-max-boot-starter "1.0.4-RELEASE"]