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