| Categories |
CategoriesMyBatis Data ORM |
|---|---|
| GroupId | GroupIdtk.mybatis |
| ArtifactId | ArtifactIdmapper |
| Version | Version3.5.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mapper-3.5.3.pom | |
| mapper-3.5.3.jar | 171 KB |
| mapper-3.5.3-sources.jar | 177 KB |
| mapper-3.5.3-javadoc.jar | 773 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/tk.mybatis/mapper/ -->
<dependency>
<groupId>tk.mybatis</groupId>
<artifactId>mapper</artifactId>
<version>3.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/tk.mybatis/mapper/
implementation 'tk.mybatis:mapper:3.5.3'
// https://jarcasting.com/artifacts/tk.mybatis/mapper/
implementation ("tk.mybatis:mapper:3.5.3")
'tk.mybatis:mapper:jar:3.5.3'
<dependency org="tk.mybatis" name="mapper" rev="3.5.3">
<artifact name="mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='tk.mybatis', module='mapper', version='3.5.3')
)
libraryDependencies += "tk.mybatis" % "mapper" % "3.5.3"
[tk.mybatis/mapper "3.5.3"]