Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdio.gitee.johnpeng |
ArtifactId | ArtifactIdmx-dal-hibernate |
Version | Version5.2.2 |
Type | Typejar |
Filename | Size |
---|---|
mx-dal-hibernate-5.2.2.pom | |
mx-dal-hibernate-5.2.2.jar | 18 KB |
mx-dal-hibernate-5.2.2-sources.jar | 12 KB |
mx-dal-hibernate-5.2.2-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gitee.johnpeng/mx-dal-hibernate/ -->
<dependency>
<groupId>io.gitee.johnpeng</groupId>
<artifactId>mx-dal-hibernate</artifactId>
<version>5.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.johnpeng/mx-dal-hibernate/
implementation 'io.gitee.johnpeng:mx-dal-hibernate:5.2.2'
// https://jarcasting.com/artifacts/io.gitee.johnpeng/mx-dal-hibernate/
implementation ("io.gitee.johnpeng:mx-dal-hibernate:5.2.2")
'io.gitee.johnpeng:mx-dal-hibernate:jar:5.2.2'
<dependency org="io.gitee.johnpeng" name="mx-dal-hibernate" rev="5.2.2">
<artifact name="mx-dal-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitee.johnpeng', module='mx-dal-hibernate', version='5.2.2')
)
libraryDependencies += "io.gitee.johnpeng" % "mx-dal-hibernate" % "5.2.2"
[io.gitee.johnpeng/mx-dal-hibernate "5.2.2"]