is not current version
Last Version 0.7.2

com.github.wpyuan:mybatis-crud 0.3.2

mybatis-crud project for Spring Boot

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.wpyuan
ArtifactId

ArtifactId

mybatis-crud
Version

Version

0.3.2
Type

Type

jar

Download mybatis-crud 0.3.2


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