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