is not current version
Last Version 3.0.1

com.github.abel533:mapper 2.3.1

Mybatis������Mapper

GroupId

GroupId

com.github.abel533
ArtifactId

ArtifactId

mapper
Version

Version

2.3.1
Type

Type

jar

Download mapper 2.3.1


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