is not current version
Last Version 3.0.1

com.github.abel533:mapper 3.0.0

Mybatis������Mapper

GroupId

GroupId

com.github.abel533
ArtifactId

ArtifactId

mapper
Version

Version

3.0.0
Type

Type

jar

Download mapper 3.0.0


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