Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdme.gaigeshen.mybatis |
ArtifactId | ArtifactIdmybatis-helper-spring |
Version | Version1.2.1 |
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.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.gaigeshen.mybatis/mybatis-helper-spring/
implementation 'me.gaigeshen.mybatis:mybatis-helper-spring:1.2.1'
// https://jarcasting.com/artifacts/me.gaigeshen.mybatis/mybatis-helper-spring/
implementation ("me.gaigeshen.mybatis:mybatis-helper-spring:1.2.1")
'me.gaigeshen.mybatis:mybatis-helper-spring:jar:1.2.1'
<dependency org="me.gaigeshen.mybatis" name="mybatis-helper-spring" rev="1.2.1">
<artifact name="mybatis-helper-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.gaigeshen.mybatis', module='mybatis-helper-spring', version='1.2.1')
)
libraryDependencies += "me.gaigeshen.mybatis" % "mybatis-helper-spring" % "1.2.1"
[me.gaigeshen.mybatis/mybatis-helper-spring "1.2.1"]