com.foreach.libs:common-hibernate

A number of general purpose libraries for Java. Dependencies are kept minimal but Spring framework 3.x is considered a base requirement for most libaries.

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

com.foreach.libs
ArtifactId

ArtifactId

common-hibernate
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

A number of general purpose libraries for Java. Dependencies are kept minimal but Spring framework 3.x is considered a base requirement for most libaries.

Download common-hibernate

How to add to project

<!-- 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"]

Dependencies

compile (3)

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

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0
0.12