License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
GroupId | GroupIdcom.gitee.osinn |
ArtifactId | ArtifactIdmybatis-page-tools-spring-boot-starter |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
<!-- https://jarcasting.com/artifacts/com.gitee.osinn/mybatis-page-tools-spring-boot-starter/ -->
<dependency>
<groupId>com.gitee.osinn</groupId>
<artifactId>mybatis-page-tools-spring-boot-starter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.osinn/mybatis-page-tools-spring-boot-starter/
implementation 'com.gitee.osinn:mybatis-page-tools-spring-boot-starter:1.0.1'
// https://jarcasting.com/artifacts/com.gitee.osinn/mybatis-page-tools-spring-boot-starter/
implementation ("com.gitee.osinn:mybatis-page-tools-spring-boot-starter:1.0.1")
'com.gitee.osinn:mybatis-page-tools-spring-boot-starter:jar:1.0.1'
<dependency org="com.gitee.osinn" name="mybatis-page-tools-spring-boot-starter" rev="1.0.1">
<artifact name="mybatis-page-tools-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.osinn', module='mybatis-page-tools-spring-boot-starter', version='1.0.1')
)
libraryDependencies += "com.gitee.osinn" % "mybatis-page-tools-spring-boot-starter" % "1.0.1"
[com.gitee.osinn/mybatis-page-tools-spring-boot-starter "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.4.2 |
org.springframework.boot : spring-boot-autoconfigure Optional | jar | 2.4.2 |
org.mybatis.spring.boot : mybatis-spring-boot-starter Optional | jar | 2.2.0 |
mysql : mysql-connector-java Optional | jar | 8.0.22 |
com.github.jsqlparser : jsqlparser | jar | 4.2 |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.200 |
org.springframework.boot : spring-boot-starter-test | jar | 2.4.2 |
junit : junit | jar | 4.13.1 |