License |
License
Mulan Permissive Software License,Version 2 (Mulan PSL v2)
|
---|---|
Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
GroupId | GroupIdwiki.xsx |
ArtifactId | ArtifactIdmybatis-sql-spring-boot-starter |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-sql-spring-boot-starter
mybatis sql for Spring Boot
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/wiki.xsx/mybatis-sql-spring-boot-starter/ -->
<dependency>
<groupId>wiki.xsx</groupId>
<artifactId>mybatis-sql-spring-boot-starter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/wiki.xsx/mybatis-sql-spring-boot-starter/
implementation 'wiki.xsx:mybatis-sql-spring-boot-starter:1.0.1'
// https://jarcasting.com/artifacts/wiki.xsx/mybatis-sql-spring-boot-starter/
implementation ("wiki.xsx:mybatis-sql-spring-boot-starter:1.0.1")
'wiki.xsx:mybatis-sql-spring-boot-starter:jar:1.0.1'
<dependency org="wiki.xsx" name="mybatis-sql-spring-boot-starter" rev="1.0.1">
<artifact name="mybatis-sql-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='wiki.xsx', module='mybatis-sql-spring-boot-starter', version='1.0.1')
)
libraryDependencies += "wiki.xsx" % "mybatis-sql-spring-boot-starter" % "1.0.1"
[wiki.xsx/mybatis-sql-spring-boot-starter "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.1.11.RELEASE |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.3 |