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