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