Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.rongji.dfish |
ArtifactId | ArtifactIddfish-framework-hibernate |
Version | Version5.0.3.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.rongji.dfish/dfish-framework-hibernate/ -->
<dependency>
<groupId>com.rongji.dfish</groupId>
<artifactId>dfish-framework-hibernate</artifactId>
<version>5.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.rongji.dfish/dfish-framework-hibernate/
implementation 'com.rongji.dfish:dfish-framework-hibernate:5.0.3.RELEASE'
// https://jarcasting.com/artifacts/com.rongji.dfish/dfish-framework-hibernate/
implementation ("com.rongji.dfish:dfish-framework-hibernate:5.0.3.RELEASE")
'com.rongji.dfish:dfish-framework-hibernate:jar:5.0.3.RELEASE'
<dependency org="com.rongji.dfish" name="dfish-framework-hibernate" rev="5.0.3.RELEASE">
<artifact name="dfish-framework-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rongji.dfish', module='dfish-framework-hibernate', version='5.0.3.RELEASE')
)
libraryDependencies += "com.rongji.dfish" % "dfish-framework-hibernate" % "5.0.3.RELEASE"
[com.rongji.dfish/dfish-framework-hibernate "5.0.3.RELEASE"]