Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.gitee.zcx7878 |
ArtifactId | ArtifactIdleisure.springboot.mybatis |
Version | Version1.1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
leisure.springboot.mybatis-1.1.0.2.pom | |
leisure.springboot.mybatis-1.1.0.2.jar | 261 bytes |
leisure.springboot.mybatis-1.1.0.2-sources.jar | 261 bytes |
leisure.springboot.mybatis-1.1.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.zcx7878/leisure.springboot.mybatis/ -->
<dependency>
<groupId>com.gitee.zcx7878</groupId>
<artifactId>leisure.springboot.mybatis</artifactId>
<version>1.1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.zcx7878/leisure.springboot.mybatis/
implementation 'com.gitee.zcx7878:leisure.springboot.mybatis:1.1.0.2'
// https://jarcasting.com/artifacts/com.gitee.zcx7878/leisure.springboot.mybatis/
implementation ("com.gitee.zcx7878:leisure.springboot.mybatis:1.1.0.2")
'com.gitee.zcx7878:leisure.springboot.mybatis:jar:1.1.0.2'
<dependency org="com.gitee.zcx7878" name="leisure.springboot.mybatis" rev="1.1.0.2">
<artifact name="leisure.springboot.mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.zcx7878', module='leisure.springboot.mybatis', version='1.1.0.2')
)
libraryDependencies += "com.gitee.zcx7878" % "leisure.springboot.mybatis" % "1.1.0.2"
[com.gitee.zcx7878/leisure.springboot.mybatis "1.1.0.2"]