License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.alilitech |
ArtifactId | ArtifactIdmybatis-jpa-parent |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionmybatis-jpa-parent
mybatis jpa is an ORM framework based on mybatis.
|
Project URL |
Project URL |
Filename | Size |
---|---|
mybatis-jpa-parent-2.0.2.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alilitech/mybatis-jpa-parent/ -->
<dependency>
<groupId>com.alilitech</groupId>
<artifactId>mybatis-jpa-parent</artifactId>
<version>2.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alilitech/mybatis-jpa-parent/
implementation 'com.alilitech:mybatis-jpa-parent:2.0.2'
// https://jarcasting.com/artifacts/com.alilitech/mybatis-jpa-parent/
implementation ("com.alilitech:mybatis-jpa-parent:2.0.2")
'com.alilitech:mybatis-jpa-parent:pom:2.0.2'
<dependency org="com.alilitech" name="mybatis-jpa-parent" rev="2.0.2">
<artifact name="mybatis-jpa-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alilitech', module='mybatis-jpa-parent', version='2.0.2')
)
libraryDependencies += "com.alilitech" % "mybatis-jpa-parent" % "2.0.2"
[com.alilitech/mybatis-jpa-parent "2.0.2"]