| Категории |
КатегорииHibernate Данные ORM |
|---|---|
| Группа | Группаcn.easyproject |
| Идентификатор | Идентификаторeasycommondao-jpa-hibernate3 |
| Версия | Версия1.2.0-RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/cn.easyproject/easycommondao-jpa-hibernate3/ -->
<dependency>
<groupId>cn.easyproject</groupId>
<artifactId>easycommondao-jpa-hibernate3</artifactId>
<version>1.2.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.easyproject/easycommondao-jpa-hibernate3/
implementation 'cn.easyproject:easycommondao-jpa-hibernate3:1.2.0-RELEASE'
// https://jarcasting.com/artifacts/cn.easyproject/easycommondao-jpa-hibernate3/
implementation ("cn.easyproject:easycommondao-jpa-hibernate3:1.2.0-RELEASE")
'cn.easyproject:easycommondao-jpa-hibernate3:jar:1.2.0-RELEASE'
<dependency org="cn.easyproject" name="easycommondao-jpa-hibernate3" rev="1.2.0-RELEASE">
<artifact name="easycommondao-jpa-hibernate3" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.easyproject', module='easycommondao-jpa-hibernate3', version='1.2.0-RELEASE')
)
libraryDependencies += "cn.easyproject" % "easycommondao-jpa-hibernate3" % "1.2.0-RELEASE"
[cn.easyproject/easycommondao-jpa-hibernate3 "1.2.0-RELEASE"]