License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.rongji.dfish |
ArtifactId | ArtifactIddfish-framework-mybatis |
Last Version | Last Version5.0.4.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondfish-framework-mybatis
DFish开发框架
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.rongji.dfish/dfish-framework-mybatis/ -->
<dependency>
<groupId>com.rongji.dfish</groupId>
<artifactId>dfish-framework-mybatis</artifactId>
<version>5.0.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.rongji.dfish/dfish-framework-mybatis/
implementation 'com.rongji.dfish:dfish-framework-mybatis:5.0.4.RELEASE'
// https://jarcasting.com/artifacts/com.rongji.dfish/dfish-framework-mybatis/
implementation ("com.rongji.dfish:dfish-framework-mybatis:5.0.4.RELEASE")
'com.rongji.dfish:dfish-framework-mybatis:jar:5.0.4.RELEASE'
<dependency org="com.rongji.dfish" name="dfish-framework-mybatis" rev="5.0.4.RELEASE">
<artifact name="dfish-framework-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rongji.dfish', module='dfish-framework-mybatis', version='5.0.4.RELEASE')
)
libraryDependencies += "com.rongji.dfish" % "dfish-framework-mybatis" % "5.0.4.RELEASE"
[com.rongji.dfish/dfish-framework-mybatis "5.0.4.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.rongji.dfish : dfish-framework | jar | 5.0.4.RELEASE |
org.mybatis : mybatis | jar | 3.5.3 |
org.mybatis : mybatis-spring | jar | 2.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |