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