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