Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
---|---|
GroupId | GroupIdtk.mybatis |
ArtifactId | ArtifactIdmapper-spring-boot |
Version | Version2.0.0-beta2 |
Type | Typepom |
Filename | Size |
---|---|
mapper-spring-boot-2.0.0-beta2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tk.mybatis/mapper-spring-boot/ -->
<dependency>
<groupId>tk.mybatis</groupId>
<artifactId>mapper-spring-boot</artifactId>
<version>2.0.0-beta2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tk.mybatis/mapper-spring-boot/
implementation 'tk.mybatis:mapper-spring-boot:2.0.0-beta2'
// https://jarcasting.com/artifacts/tk.mybatis/mapper-spring-boot/
implementation ("tk.mybatis:mapper-spring-boot:2.0.0-beta2")
'tk.mybatis:mapper-spring-boot:pom:2.0.0-beta2'
<dependency org="tk.mybatis" name="mapper-spring-boot" rev="2.0.0-beta2">
<artifact name="mapper-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='tk.mybatis', module='mapper-spring-boot', version='2.0.0-beta2')
)
libraryDependencies += "tk.mybatis" % "mapper-spring-boot" % "2.0.0-beta2"
[tk.mybatis/mapper-spring-boot "2.0.0-beta2"]