Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.gitee.easy4use |
ArtifactId | ArtifactIdmybatis-link-core |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
mybatis-link-core-1.0.7.pom | |
mybatis-link-core-1.0.7-sources.jar | 64 KB |
mybatis-link-core-1.0.7-javadoc.jar | 339 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.easy4use/mybatis-link-core/ -->
<dependency>
<groupId>com.gitee.easy4use</groupId>
<artifactId>mybatis-link-core</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.easy4use/mybatis-link-core/
implementation 'com.gitee.easy4use:mybatis-link-core:1.0.7'
// https://jarcasting.com/artifacts/com.gitee.easy4use/mybatis-link-core/
implementation ("com.gitee.easy4use:mybatis-link-core:1.0.7")
'com.gitee.easy4use:mybatis-link-core:jar:1.0.7'
<dependency org="com.gitee.easy4use" name="mybatis-link-core" rev="1.0.7">
<artifact name="mybatis-link-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.easy4use', module='mybatis-link-core', version='1.0.7')
)
libraryDependencies += "com.gitee.easy4use" % "mybatis-link-core" % "1.0.7"
[com.gitee.easy4use/mybatis-link-core "1.0.7"]