Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
---|---|
GroupId | GroupIdtop.wboost |
ArtifactId | ArtifactIdmybatis-spring-boot-starter |
Version | Version3.1.7.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>3.1.7.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.wboost/mybatis-spring-boot-starter/
implementation 'top.wboost:mybatis-spring-boot-starter:3.1.7.RELEASE'
// https://jarcasting.com/artifacts/top.wboost/mybatis-spring-boot-starter/
implementation ("top.wboost:mybatis-spring-boot-starter:3.1.7.RELEASE")
'top.wboost:mybatis-spring-boot-starter:jar:3.1.7.RELEASE'
<dependency org="top.wboost" name="mybatis-spring-boot-starter" rev="3.1.7.RELEASE">
<artifact name="mybatis-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.wboost', module='mybatis-spring-boot-starter', version='3.1.7.RELEASE')
)
libraryDependencies += "top.wboost" % "mybatis-spring-boot-starter" % "3.1.7.RELEASE"
[top.wboost/mybatis-spring-boot-starter "3.1.7.RELEASE"]