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