is not current version
Last Version 1.1.7

center.wxp:mybatis.mapper 1.0.0

Demo project for Mybatis mapper

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

center.wxp
ArtifactId

ArtifactId

mybatis.mapper
Version

Version

1.0.0
Type

Type

jar

Download mybatis.mapper 1.0.0


<!-- https://jarcasting.com/artifacts/center.wxp/mybatis.mapper/ -->
<dependency>
    <groupId>center.wxp</groupId>
    <artifactId>mybatis.mapper</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/center.wxp/mybatis.mapper/
implementation 'center.wxp:mybatis.mapper:1.0.0'
// https://jarcasting.com/artifacts/center.wxp/mybatis.mapper/
implementation ("center.wxp:mybatis.mapper:1.0.0")
'center.wxp:mybatis.mapper:jar:1.0.0'
<dependency org="center.wxp" name="mybatis.mapper" rev="1.0.0">
  <artifact name="mybatis.mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='center.wxp', module='mybatis.mapper', version='1.0.0')
)
libraryDependencies += "center.wxp" % "mybatis.mapper" % "1.0.0"
[center.wxp/mybatis.mapper "1.0.0"]