License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
GroupId | GroupIdtk.mybatis |
ArtifactId | ArtifactIdmapper-spring-boot |
Last Version | Last Version4.2.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionmapper-spring-boot
Spring Boot Support for Mapper
|
Project URL |
Project URL |
Filename | Size |
---|---|
mapper-spring-boot-4.2.1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tk.mybatis/mapper-spring-boot/ -->
<dependency>
<groupId>tk.mybatis</groupId>
<artifactId>mapper-spring-boot</artifactId>
<version>4.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tk.mybatis/mapper-spring-boot/
implementation 'tk.mybatis:mapper-spring-boot:4.2.1'
// https://jarcasting.com/artifacts/tk.mybatis/mapper-spring-boot/
implementation ("tk.mybatis:mapper-spring-boot:4.2.1")
'tk.mybatis:mapper-spring-boot:pom:4.2.1'
<dependency org="tk.mybatis" name="mapper-spring-boot" rev="4.2.1">
<artifact name="mapper-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='tk.mybatis', module='mapper-spring-boot', version='4.2.1')
)
libraryDependencies += "tk.mybatis" % "mapper-spring-boot" % "4.2.1"
[tk.mybatis/mapper-spring-boot "4.2.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
log4j : log4j | jar | 1.2.17 |
org.hsqldb : hsqldb | jar | 2.2.9 |