License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdtech.wetech.mybatis |
ArtifactId | ArtifactIdmybatis-ext-parent |
Version | Version1.6.5 |
Type | Typepom |
Description |
Descriptionmybatis-ext-parent
Mybatis Extensions Parent.
|
Project URL |
Project URL |
Filename | Size |
---|---|
mybatis-ext-parent-1.6.5.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.wetech.mybatis/mybatis-ext-parent/ -->
<dependency>
<groupId>tech.wetech.mybatis</groupId>
<artifactId>mybatis-ext-parent</artifactId>
<version>1.6.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.wetech.mybatis/mybatis-ext-parent/
implementation 'tech.wetech.mybatis:mybatis-ext-parent:1.6.5'
// https://jarcasting.com/artifacts/tech.wetech.mybatis/mybatis-ext-parent/
implementation ("tech.wetech.mybatis:mybatis-ext-parent:1.6.5")
'tech.wetech.mybatis:mybatis-ext-parent:pom:1.6.5'
<dependency org="tech.wetech.mybatis" name="mybatis-ext-parent" rev="1.6.5">
<artifact name="mybatis-ext-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.wetech.mybatis', module='mybatis-ext-parent', version='1.6.5')
)
libraryDependencies += "tech.wetech.mybatis" % "mybatis-ext-parent" % "1.6.5"
[tech.wetech.mybatis/mybatis-ext-parent "1.6.5"]