is not current version
Last Version 4.2.1

tk.mybatis:mapper-weekend 1.1.4.1

Mybatis通用Mapper扩展 - weekend

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

tk.mybatis
ArtifactId

ArtifactId

mapper-weekend
Version

Version

1.1.4.1
Type

Type

jar

Download mapper-weekend 1.1.4.1


<!-- https://jarcasting.com/artifacts/tk.mybatis/mapper-weekend/ -->
<dependency>
    <groupId>tk.mybatis</groupId>
    <artifactId>mapper-weekend</artifactId>
    <version>1.1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/tk.mybatis/mapper-weekend/
implementation 'tk.mybatis:mapper-weekend:1.1.4.1'
// https://jarcasting.com/artifacts/tk.mybatis/mapper-weekend/
implementation ("tk.mybatis:mapper-weekend:1.1.4.1")
'tk.mybatis:mapper-weekend:jar:1.1.4.1'
<dependency org="tk.mybatis" name="mapper-weekend" rev="1.1.4.1">
  <artifact name="mapper-weekend" type="jar" />
</dependency>
@Grapes(
@Grab(group='tk.mybatis', module='mapper-weekend', version='1.1.4.1')
)
libraryDependencies += "tk.mybatis" % "mapper-weekend" % "1.1.4.1"
[tk.mybatis/mapper-weekend "1.1.4.1"]