Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdme.gaigeshen.mybatis |
ArtifactId | ArtifactIdmybatis-helper-spring |
Version | Version1.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/me.gaigeshen.mybatis/mybatis-helper-spring/ -->
<dependency>
<groupId>me.gaigeshen.mybatis</groupId>
<artifactId>mybatis-helper-spring</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.gaigeshen.mybatis/mybatis-helper-spring/
implementation 'me.gaigeshen.mybatis:mybatis-helper-spring:1.3.0'
// https://jarcasting.com/artifacts/me.gaigeshen.mybatis/mybatis-helper-spring/
implementation ("me.gaigeshen.mybatis:mybatis-helper-spring:1.3.0")
'me.gaigeshen.mybatis:mybatis-helper-spring:jar:1.3.0'
<dependency org="me.gaigeshen.mybatis" name="mybatis-helper-spring" rev="1.3.0">
<artifact name="mybatis-helper-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.gaigeshen.mybatis', module='mybatis-helper-spring', version='1.3.0')
)
libraryDependencies += "me.gaigeshen.mybatis" % "mybatis-helper-spring" % "1.3.0"
[me.gaigeshen.mybatis/mybatis-helper-spring "1.3.0"]