hibernate
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.gitee.gbase8s</groupId> <artifactId>hibernate</artifactId> <version>5.6_1.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>io.gitee.gbase8s</groupId> <artifactId>hibernate</artifactId> <version>5.6_1.0.0</version> <packaging>jar</packaging> <!-- jdbc.jar: Supports JDBC 4.0 spec and for user with JDK8. --> <name>hibernate</name> <description> GBase 8s Database hibernate 5.6 with JDK8</description> <url>https://gitee.com/GBase8s/hibernate</url> <inceptionYear>2004</inceptionYear> <licenses> <license> <name>GBase LICENSE AGREEMENT</name> <url>https://gitee.com/GBase8s/hibernate5.6</url> </license> </licenses> <developers> <developer> <organization>GBase Inc.</organization> <organizationUrl>https://gitee.com/GBase8s</organizationUrl> </developer> </developers> <scm> <connection>scm:git:https://gitee.com/GBase8s/hibernate5.6.git</connection> <url>https://gitee.com/GBase8s/hibernate5.6</url> </scm> </project>