License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.github.jetqin |
ArtifactId | ArtifactIdorm |
Version | Version1.1.7 |
Type | Typejar |
Description |
Descriptionorm
Orm configuration using java config
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
orm-1.1.7.pom | |
orm-1.1.7.jar | 13 KB |
orm-1.1.7-sources.jar | 7 KB |
orm-1.1.7-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jetqin/orm/ -->
<dependency>
<groupId>com.github.jetqin</groupId>
<artifactId>orm</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jetqin/orm/
implementation 'com.github.jetqin:orm:1.1.7'
// https://jarcasting.com/artifacts/com.github.jetqin/orm/
implementation ("com.github.jetqin:orm:1.1.7")
'com.github.jetqin:orm:jar:1.1.7'
<dependency org="com.github.jetqin" name="orm" rev="1.1.7">
<artifact name="orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jetqin', module='orm', version='1.1.7')
)
libraryDependencies += "com.github.jetqin" % "orm" % "1.1.7"
[com.github.jetqin/orm "1.1.7"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-orm | jar | 4.2.1.RELEASE |
org.springframework : spring-context-support | jar | 4.2.1.RELEASE |
org.apache.commons : commons-dbcp2 | jar | 2.0 |
net.sf.ehcache : ehcache-core | jar | 2.6.11 |
org.hibernate : hibernate-core | jar | 4.3.11.Final |
org.hibernate : hibernate-entitymanager | jar | 4.3.11.Final |
org.hibernate : hibernate-ehcache | jar | 4.3.11.Final |
org.projectlombok : lombok | jar | 1.16.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |