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