is not current version
Last Version 1.0.5-RELEASE

cloud.gouyiba:mybatis-max 1.0.4-RELEASE

简化并解决Mybatis的繁琐开发工作,大大提升开发效率,使开发者专注于Service业务的实现,不需要在数据层的开发耗费过多精力。

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

cloud.gouyiba
ArtifactId

ArtifactId

mybatis-max
Version

Version

1.0.4-RELEASE
Type

Type

pom

Download mybatis-max 1.0.4-RELEASE


<!-- https://jarcasting.com/artifacts/cloud.gouyiba/mybatis-max/ -->
<dependency>
    <groupId>cloud.gouyiba</groupId>
    <artifactId>mybatis-max</artifactId>
    <version>1.0.4-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cloud.gouyiba/mybatis-max/
implementation 'cloud.gouyiba:mybatis-max:1.0.4-RELEASE'
// https://jarcasting.com/artifacts/cloud.gouyiba/mybatis-max/
implementation ("cloud.gouyiba:mybatis-max:1.0.4-RELEASE")
'cloud.gouyiba:mybatis-max:pom:1.0.4-RELEASE'
<dependency org="cloud.gouyiba" name="mybatis-max" rev="1.0.4-RELEASE">
  <artifact name="mybatis-max" type="pom" />
</dependency>
@Grapes(
@Grab(group='cloud.gouyiba', module='mybatis-max', version='1.0.4-RELEASE')
)
libraryDependencies += "cloud.gouyiba" % "mybatis-max" % "1.0.4-RELEASE"
[cloud.gouyiba/mybatis-max "1.0.4-RELEASE"]