License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdio.mybatis |
ArtifactId | ArtifactIdmybatis-parent |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionmybatis-parent
MyBatis Mapper Parent
|
Project URL |
Project URL |
Filename | Size |
---|---|
mybatis-parent-1.2.2.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.mybatis/mybatis-parent/ -->
<dependency>
<groupId>io.mybatis</groupId>
<artifactId>mybatis-parent</artifactId>
<version>1.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.mybatis/mybatis-parent/
implementation 'io.mybatis:mybatis-parent:1.2.2'
// https://jarcasting.com/artifacts/io.mybatis/mybatis-parent/
implementation ("io.mybatis:mybatis-parent:1.2.2")
'io.mybatis:mybatis-parent:pom:1.2.2'
<dependency org="io.mybatis" name="mybatis-parent" rev="1.2.2">
<artifact name="mybatis-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.mybatis', module='mybatis-parent', version='1.2.2')
)
libraryDependencies += "io.mybatis" % "mybatis-parent" % "1.2.2"
[io.mybatis/mybatis-parent "1.2.2"]