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