| License |
License |
|---|---|
| Categories |
CategoriesHibernate Data ORM |
| GroupId | GroupIdcom.quhaodian |
| ArtifactId | ArtifactIdhibernate_common |
| Last Version | Last Version1.8.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionhibernate_common
discover_hibernate_common is a lib for hibernate
|
| Filename | Size |
|---|---|
| hibernate_common-1.8.3.pom | |
| hibernate_common-1.8.3.jar | 83 KB |
| hibernate_common-1.8.3-sources.jar | 50 KB |
| hibernate_common-1.8.3-javadoc.jar | 449 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.quhaodian/hibernate_common/ -->
<dependency>
<groupId>com.quhaodian</groupId>
<artifactId>hibernate_common</artifactId>
<version>1.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.quhaodian/hibernate_common/
implementation 'com.quhaodian:hibernate_common:1.8.3'
// https://jarcasting.com/artifacts/com.quhaodian/hibernate_common/
implementation ("com.quhaodian:hibernate_common:1.8.3")
'com.quhaodian:hibernate_common:jar:1.8.3'
<dependency org="com.quhaodian" name="hibernate_common" rev="1.8.3">
<artifact name="hibernate_common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.quhaodian', module='hibernate_common', version='1.8.3')
)
libraryDependencies += "com.quhaodian" % "hibernate_common" % "1.8.3"
[com.quhaodian/hibernate_common "1.8.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 5.0.2.RELEASE |
| org.springframework : spring-context-support | jar | 5.0.2.RELEASE |
| org.springframework : spring-orm | jar | 5.0.2.RELEASE |
| org.springframework : spring-jdbc | jar | 5.0.2.RELEASE |
| org.springframework : spring-test | jar | 5.0.2.RELEASE |
| org.springframework : spring-beans | jar | 5.0.2.RELEASE |
| org.springframework : spring-web | jar | 5.0.2.RELEASE |
| org.springframework : spring-webmvc | jar | 5.0.2.RELEASE |
| org.hibernate : hibernate-core | jar | 5.2.12.Final |
| org.apache.commons : commons-lang3 | jar | 3.7 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.freemarker : freemarker | jar | 2.3.27-incubating |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |