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