hibernate-re
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jeecgframework.boot</groupId> <artifactId>hibernate-re</artifactId> <version>3.8.0-GA</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.jeecgframework.boot</groupId> <artifactId>hibernate-re</artifactId> <version>3.8.0-GA</version> <name>hibernate-re</name> <url>http://www.jeecg.com</url> <description>JeecgBoot在线低代码功能(online表单、online报表)</description> <licenses> <license> <name>功能免费使用,采用LGPL开源协议</name> <url>https://jeecg.com/vip</url> </license> </licenses> <scm> <connection>scm:git:https://github.com/jeecgboot/JeecgBoot.git</connection> <developerConnection>scm:git:https://github.com/jeecgboot/JeecgBoot.git</developerConnection> <url>https://github.com/jeecgboot/JeecgBoot</url> </scm> <developers> <developer> <name>北京国炬信息技术有限公司</name> <email>jeecgos@163.com</email> <url>http://guojusoft.com</url> </developer> </developers> </project>