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