License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdio.mybatis |
ArtifactId | ArtifactIdmybatis-extend |
Last Version | Last Version1.0.0-Preview |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMyBatis Mapper
|
<!-- https://jarcasting.com/artifacts/io.mybatis/mybatis-extend/ -->
<dependency>
<groupId>io.mybatis</groupId>
<artifactId>mybatis-extend</artifactId>
<version>1.0.0-Preview</version>
</dependency>
// https://jarcasting.com/artifacts/io.mybatis/mybatis-extend/
implementation 'io.mybatis:mybatis-extend:1.0.0-Preview'
// https://jarcasting.com/artifacts/io.mybatis/mybatis-extend/
implementation ("io.mybatis:mybatis-extend:1.0.0-Preview")
'io.mybatis:mybatis-extend:jar:1.0.0-Preview'
<dependency org="io.mybatis" name="mybatis-extend" rev="1.0.0-Preview">
<artifact name="mybatis-extend" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mybatis', module='mybatis-extend', version='1.0.0-Preview')
)
libraryDependencies += "io.mybatis" % "mybatis-extend" % "1.0.0-Preview"
[io.mybatis/mybatis-extend "1.0.0-Preview"]
Group / Artifact | Type | Version |
---|---|---|
io.mybatis : mybatis-provider | jar | 1.0.0-Preview |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |