| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
| GroupId | GroupIdxyz.luomu32 |
| ArtifactId | ArtifactIdmybatis-spring-boot-starter |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptionmybatis-spring-boot-starter
Parent pom providing dependency and plugin management for applications
built with Maven
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/xyz.luomu32/mybatis-spring-boot-starter/ -->
<dependency>
<groupId>xyz.luomu32</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.luomu32/mybatis-spring-boot-starter/
implementation 'xyz.luomu32:mybatis-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/xyz.luomu32/mybatis-spring-boot-starter/
implementation ("xyz.luomu32:mybatis-spring-boot-starter:1.0.0")
'xyz.luomu32:mybatis-spring-boot-starter:jar:1.0.0'
<dependency org="xyz.luomu32" name="mybatis-spring-boot-starter" rev="1.0.0">
<artifact name="mybatis-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.luomu32', module='mybatis-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "xyz.luomu32" % "mybatis-spring-boot-starter" % "1.0.0"
[xyz.luomu32/mybatis-spring-boot-starter "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 1.5.17.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.5.17.RELEASE |
| org.springframework.boot : spring-boot-autoconfigure-processor Optional | jar | 1.5.17.RELEASE |
| org.mybatis : mybatis | jar | 3.4.6 |
| org.mybatis : mybatis-spring | jar | 1.3.2 |