Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
---|---|
GroupId | GroupIdcom.maxplus1 |
ArtifactId | ArtifactIdmybatis-spring-boot-starter-parent |
Version | Version1.0.7 |
Type | Typepom |
Filename | Size |
---|---|
mybatis-spring-boot-starter-parent-1.0.7.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.maxplus1/mybatis-spring-boot-starter-parent/ -->
<dependency>
<groupId>com.maxplus1</groupId>
<artifactId>mybatis-spring-boot-starter-parent</artifactId>
<version>1.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.maxplus1/mybatis-spring-boot-starter-parent/
implementation 'com.maxplus1:mybatis-spring-boot-starter-parent:1.0.7'
// https://jarcasting.com/artifacts/com.maxplus1/mybatis-spring-boot-starter-parent/
implementation ("com.maxplus1:mybatis-spring-boot-starter-parent:1.0.7")
'com.maxplus1:mybatis-spring-boot-starter-parent:pom:1.0.7'
<dependency org="com.maxplus1" name="mybatis-spring-boot-starter-parent" rev="1.0.7">
<artifact name="mybatis-spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.maxplus1', module='mybatis-spring-boot-starter-parent', version='1.0.7')
)
libraryDependencies += "com.maxplus1" % "mybatis-spring-boot-starter-parent" % "1.0.7"
[com.maxplus1/mybatis-spring-boot-starter-parent "1.0.7"]