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