License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdme.gaigeshen.mybatis |
ArtifactId | ArtifactIdmybatis-helper-parent |
Version | Version1.7.0 |
Type | Typepom |
Description |
Descriptionmybatis-helper-parent
Helper tools for mybatis
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mybatis-helper-parent-1.7.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.gaigeshen.mybatis/mybatis-helper-parent/ -->
<dependency>
<groupId>me.gaigeshen.mybatis</groupId>
<artifactId>mybatis-helper-parent</artifactId>
<version>1.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/me.gaigeshen.mybatis/mybatis-helper-parent/
implementation 'me.gaigeshen.mybatis:mybatis-helper-parent:1.7.0'
// https://jarcasting.com/artifacts/me.gaigeshen.mybatis/mybatis-helper-parent/
implementation ("me.gaigeshen.mybatis:mybatis-helper-parent:1.7.0")
'me.gaigeshen.mybatis:mybatis-helper-parent:pom:1.7.0'
<dependency org="me.gaigeshen.mybatis" name="mybatis-helper-parent" rev="1.7.0">
<artifact name="mybatis-helper-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='me.gaigeshen.mybatis', module='mybatis-helper-parent', version='1.7.0')
)
libraryDependencies += "me.gaigeshen.mybatis" % "mybatis-helper-parent" % "1.7.0"
[me.gaigeshen.mybatis/mybatis-helper-parent "1.7.0"]