is not current version
Last Version 1.2.6

com.runjf.mybatis:mybatis-crud-helper 1.2.5


Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.runjf.mybatis
ArtifactId

ArtifactId

mybatis-crud-helper
Version

Version

1.2.5
Type

Type

jar

Download mybatis-crud-helper 1.2.5


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