Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcn.easyproject |
ArtifactId | ArtifactIdeasycommondao-hibernate5 |
Version | Version1.5.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.easyproject/easycommondao-hibernate5/ -->
<dependency>
<groupId>cn.easyproject</groupId>
<artifactId>easycommondao-hibernate5</artifactId>
<version>1.5.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.easyproject/easycommondao-hibernate5/
implementation 'cn.easyproject:easycommondao-hibernate5:1.5.0-RELEASE'
// https://jarcasting.com/artifacts/cn.easyproject/easycommondao-hibernate5/
implementation ("cn.easyproject:easycommondao-hibernate5:1.5.0-RELEASE")
'cn.easyproject:easycommondao-hibernate5:jar:1.5.0-RELEASE'
<dependency org="cn.easyproject" name="easycommondao-hibernate5" rev="1.5.0-RELEASE">
<artifact name="easycommondao-hibernate5" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.easyproject', module='easycommondao-hibernate5', version='1.5.0-RELEASE')
)
libraryDependencies += "cn.easyproject" % "easycommondao-hibernate5" % "1.5.0-RELEASE"
[cn.easyproject/easycommondao-hibernate5 "1.5.0-RELEASE"]