Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.gitee.easy4use |
ArtifactId | ArtifactIdmybatis-link-boot-starter |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gitee.easy4use/mybatis-link-boot-starter/ -->
<dependency>
<groupId>com.gitee.easy4use</groupId>
<artifactId>mybatis-link-boot-starter</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.easy4use/mybatis-link-boot-starter/
implementation 'com.gitee.easy4use:mybatis-link-boot-starter:1.0.3'
// https://jarcasting.com/artifacts/com.gitee.easy4use/mybatis-link-boot-starter/
implementation ("com.gitee.easy4use:mybatis-link-boot-starter:1.0.3")
'com.gitee.easy4use:mybatis-link-boot-starter:jar:1.0.3'
<dependency org="com.gitee.easy4use" name="mybatis-link-boot-starter" rev="1.0.3">
<artifact name="mybatis-link-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.easy4use', module='mybatis-link-boot-starter', version='1.0.3')
)
libraryDependencies += "com.gitee.easy4use" % "mybatis-link-boot-starter" % "1.0.3"
[com.gitee.easy4use/mybatis-link-boot-starter "1.0.3"]