| License |
License |
|---|---|
| Categories |
CategoriesHibernate Data ORM |
| GroupId | GroupIdcom.baomidou |
| ArtifactId | ArtifactIdhibernate-plus |
| Last Version | Last Version1.0.0.Final |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionhibernate-plus
Based on hibernate simple package.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| hibernate-plus-1.0.0.Final.pom | |
| hibernate-plus-1.0.0.Final.jar | 158 KB |
| hibernate-plus-1.0.0.Final-sources.jar | 170 KB |
| hibernate-plus-1.0.0.Final-javadoc.jar | 603 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.baomidou/hibernate-plus/ -->
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>hibernate-plus</artifactId>
<version>1.0.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/com.baomidou/hibernate-plus/
implementation 'com.baomidou:hibernate-plus:1.0.0.Final'
// https://jarcasting.com/artifacts/com.baomidou/hibernate-plus/
implementation ("com.baomidou:hibernate-plus:1.0.0.Final")
'com.baomidou:hibernate-plus:jar:1.0.0.Final'
<dependency org="com.baomidou" name="hibernate-plus" rev="1.0.0.Final">
<artifact name="hibernate-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.baomidou', module='hibernate-plus', version='1.0.0.Final')
)
libraryDependencies += "com.baomidou" % "hibernate-plus" % "1.0.0.Final"
[com.baomidou/hibernate-plus "1.0.0.Final"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hibernate : hibernate-validator | jar | 5.1.0.Final |
| org.hibernate : hibernate-entitymanager | jar | 5.1.0.Final |
| org.hibernate : hibernate-core | jar | 5.1.0.Final |
| org.jboss.spec.javax.transaction : jboss-transaction-api_1.1_spec | jar | 1.0.1.Final |
| org.jboss.logging : jboss-logging | jar | 3.3.0.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 4.3.3.RELEASE |
| org.springframework : spring-beans | jar | 4.3.3.RELEASE |
| org.springframework : spring-tx | jar | 4.3.3.RELEASE |
| org.springframework : spring-orm | jar | 4.3.3.RELEASE |
| org.apache.velocity : velocity | jar | 1.7 |
| com.github.jsqlparser : jsqlparser | jar | 0.9.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| mysql : mysql-connector-java | jar | 5.1.39 |
| org.apache.commons : commons-dbcp2 | jar | 2.1.1 |
| org.apache.commons : commons-pool2 | jar | 2.4.2 |
| junit : junit | jar | 4.12 |
| org.slf4j : slf4j-api | jar | 1.7.21 |
| org.apache.logging.log4j : log4j-core | jar | 2.6.2 |
| org.apache.logging.log4j : log4j-api | jar | 2.6.2 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.6.2 |