License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdio.mybatis |
ArtifactId | ArtifactIdmybatis-mapper |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMyBatis Mapper Parent
|
Filename | Size |
---|---|
mybatis-mapper-1.2.2.pom | |
mybatis-mapper-1.2.2.jar | 47 KB |
mybatis-mapper-1.2.2-sources.jar | 22 KB |
mybatis-mapper-1.2.2-javadoc.jar | 160 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.mybatis/mybatis-mapper/ -->
<dependency>
<groupId>io.mybatis</groupId>
<artifactId>mybatis-mapper</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.mybatis/mybatis-mapper/
implementation 'io.mybatis:mybatis-mapper:1.2.2'
// https://jarcasting.com/artifacts/io.mybatis/mybatis-mapper/
implementation ("io.mybatis:mybatis-mapper:1.2.2")
'io.mybatis:mybatis-mapper:jar:1.2.2'
<dependency org="io.mybatis" name="mybatis-mapper" rev="1.2.2">
<artifact name="mybatis-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mybatis', module='mybatis-mapper', version='1.2.2')
)
libraryDependencies += "io.mybatis" % "mybatis-mapper" % "1.2.2"
[io.mybatis/mybatis-mapper "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
io.mybatis : mybatis-provider | jar | 1.1.1 |
io.mybatis : mybatis-common | jar | 1.2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
ch.qos.logback : logback-classic | jar | 1.2.11 |
org.hsqldb : hsqldb | jar | 2.5.2 |