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