License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdcom.foreach.libs |
ArtifactId | ArtifactIdcommon-hibernate |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA number of general purpose libraries for Java. Dependencies are kept minimal but Spring framework 3.x
is considered a base requirement for most libaries.
|
Filename | Size |
---|---|
common-hibernate-1.1.pom | |
common-hibernate-1.1.jar | 6 KB |
common-hibernate-1.1-sources.jar | 5 KB |
common-hibernate-1.1-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.foreach.libs/common-hibernate/ -->
<dependency>
<groupId>com.foreach.libs</groupId>
<artifactId>common-hibernate</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.foreach.libs/common-hibernate/
implementation 'com.foreach.libs:common-hibernate:1.1'
// https://jarcasting.com/artifacts/com.foreach.libs/common-hibernate/
implementation ("com.foreach.libs:common-hibernate:1.1")
'com.foreach.libs:common-hibernate:jar:1.1'
<dependency org="com.foreach.libs" name="common-hibernate" rev="1.1">
<artifact name="common-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foreach.libs', module='common-hibernate', version='1.1')
)
libraryDependencies += "com.foreach.libs" % "common-hibernate" % "1.1"
[com.foreach.libs/common-hibernate "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-core | jar | 3.3.1.GA |
org.springframework : spring-core | jar | 4.0.8.RELEASE |
org.springframework : spring-orm | jar | 4.0.8.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |