is not current version
Last Version 3.0.1

com.github.abel533:mapper 1.1.0

Mybatis������Mapper

GroupId

GroupId

com.github.abel533
ArtifactId

ArtifactId

mapper
Version

Version

1.1.0
Type

Type

jar

Download mapper 1.1.0


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