Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
---|---|
GroupId | GroupIdcn.org.faster |
ArtifactId | ArtifactIdspring-boot-starter-mybatis |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-mybatis/ -->
<dependency>
<groupId>cn.org.faster</groupId>
<artifactId>spring-boot-starter-mybatis</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-mybatis/
implementation 'cn.org.faster:spring-boot-starter-mybatis:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-mybatis/
implementation ("cn.org.faster:spring-boot-starter-mybatis:1.0.0.RELEASE")
'cn.org.faster:spring-boot-starter-mybatis:jar:1.0.0.RELEASE'
<dependency org="cn.org.faster" name="spring-boot-starter-mybatis" rev="1.0.0.RELEASE">
<artifact name="spring-boot-starter-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.org.faster', module='spring-boot-starter-mybatis', version='1.0.0.RELEASE')
)
libraryDependencies += "cn.org.faster" % "spring-boot-starter-mybatis" % "1.0.0.RELEASE"
[cn.org.faster/spring-boot-starter-mybatis "1.0.0.RELEASE"]