License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdcom.github.zhangguangyong |
ArtifactId | ArtifactIdcodes-persistent-hibernate |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncodes-persistent-hibernate
Codes Persistent Hibernate
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.zhangguangyong/codes-persistent-hibernate/ -->
<dependency>
<groupId>com.github.zhangguangyong</groupId>
<artifactId>codes-persistent-hibernate</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhangguangyong/codes-persistent-hibernate/
implementation 'com.github.zhangguangyong:codes-persistent-hibernate:1.0'
// https://jarcasting.com/artifacts/com.github.zhangguangyong/codes-persistent-hibernate/
implementation ("com.github.zhangguangyong:codes-persistent-hibernate:1.0")
'com.github.zhangguangyong:codes-persistent-hibernate:jar:1.0'
<dependency org="com.github.zhangguangyong" name="codes-persistent-hibernate" rev="1.0">
<artifact name="codes-persistent-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhangguangyong', module='codes-persistent-hibernate', version='1.0')
)
libraryDependencies += "com.github.zhangguangyong" % "codes-persistent-hibernate" % "1.0"
[com.github.zhangguangyong/codes-persistent-hibernate "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.zhangguangyong : codes-common | jar | 1.0 |
mysql : mysql-connector-java | jar | 5.1.36 |
com.oracle » ojdbc6 | jar | 11.2.0.3 |
org.hibernate : hibernate-core | jar | 4.2.0.Final |
org.hibernate : hibernate-entitymanager | jar | 4.2.0.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |