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