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