is not current version
Last Version 1.0.6

xyz.redrain:mybatis-help 1.0.5

generate mybatis template

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

xyz.redrain
ArtifactId

ArtifactId

mybatis-help
Version

Version

1.0.5
Type

Type

jar

Download mybatis-help 1.0.5


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