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