Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdtk.mybatis |
ArtifactId | ArtifactIdmapper-all |
Version | Version4.1.3 |
Type | Typepom |
Filename | Size |
---|---|
mapper-all-4.1.3.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tk.mybatis/mapper-all/ -->
<dependency>
<groupId>tk.mybatis</groupId>
<artifactId>mapper-all</artifactId>
<version>4.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tk.mybatis/mapper-all/
implementation 'tk.mybatis:mapper-all:4.1.3'
// https://jarcasting.com/artifacts/tk.mybatis/mapper-all/
implementation ("tk.mybatis:mapper-all:4.1.3")
'tk.mybatis:mapper-all:pom:4.1.3'
<dependency org="tk.mybatis" name="mapper-all" rev="4.1.3">
<artifact name="mapper-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='tk.mybatis', module='mapper-all', version='4.1.3')
)
libraryDependencies += "tk.mybatis" % "mapper-all" % "4.1.3"
[tk.mybatis/mapper-all "4.1.3"]