| License |
License |
|---|---|
| Categories |
CategoriesHibernate Data ORM |
| GroupId | GroupIdcom.github.zhengframework |
| ArtifactId | ArtifactIdzheng-hibernate |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
Descriptionzheng framework is a modular framework with many ready-to-use modules
|
| Filename | Size |
|---|---|
| zheng-hibernate-1.0.1.pom | |
| zheng-hibernate-1.0.1.jar | 23 KB |
| zheng-hibernate-1.0.1-sources.jar | 12 KB |
| zheng-hibernate-1.0.1-javadoc.jar | 100 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhengframework/zheng-hibernate/ -->
<dependency>
<groupId>com.github.zhengframework</groupId>
<artifactId>zheng-hibernate</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhengframework/zheng-hibernate/
implementation 'com.github.zhengframework:zheng-hibernate:1.0.1'
// https://jarcasting.com/artifacts/com.github.zhengframework/zheng-hibernate/
implementation ("com.github.zhengframework:zheng-hibernate:1.0.1")
'com.github.zhengframework:zheng-hibernate:jar:1.0.1'
<dependency org="com.github.zhengframework" name="zheng-hibernate" rev="1.0.1">
<artifact name="zheng-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhengframework', module='zheng-hibernate', version='1.0.1')
)
libraryDependencies += "com.github.zhengframework" % "zheng-hibernate" % "1.0.1"
[com.github.zhengframework/zheng-hibernate "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.inject : guice | jar | |
| org.hibernate : hibernate-core | jar | |
| org.hibernate.javax.persistence : hibernate-jpa-2.1-api | jar | |
| com.google.inject.extensions : guice-persist | jar | |
| io.github.classgraph : classgraph | jar | |
| com.github.zhengframework : zheng-core | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | |
| org.mockito : mockito-all | jar | |
| org.slf4j : slf4j-simple | jar | |
| com.h2database : h2 | jar | |
| com.github.zhengframework : zheng-bootstrap | jar |