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