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