Last Version

DAO Fusion core library 1.2.0

DAO Fusion is a lightweight yet comprehensive and extensible Java based Data Access Object (DAO) pattern implementation built on top of Java Persistence API (JPA) and Hibernate.

License

License

GroupId

GroupId

com.anasoft.os
ArtifactId

ArtifactId

daofusion-core
Version

Version

1.2.0
Type

Type

jar
Description

Description

DAO Fusion core library
DAO Fusion is a lightweight yet comprehensive and extensible Java based Data Access Object (DAO) pattern implementation built on top of Java Persistence API (JPA) and Hibernate.
Project Organization

Project Organization

ANASOFT and contributors
Source Code Management

Source Code Management

http://code.google.com/p/daofusion/source/browse/trunk/daofusion-core

Download daofusion-core 1.2.0


<!-- https://jarcasting.com/artifacts/com.anasoft.os/daofusion-core/ -->
<dependency>
    <groupId>com.anasoft.os</groupId>
    <artifactId>daofusion-core</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.anasoft.os/daofusion-core/
implementation 'com.anasoft.os:daofusion-core:1.2.0'
// https://jarcasting.com/artifacts/com.anasoft.os/daofusion-core/
implementation ("com.anasoft.os:daofusion-core:1.2.0")
'com.anasoft.os:daofusion-core:jar:1.2.0'
<dependency org="com.anasoft.os" name="daofusion-core" rev="1.2.0">
  <artifact name="daofusion-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.anasoft.os', module='daofusion-core', version='1.2.0')
)
libraryDependencies += "com.anasoft.os" % "daofusion-core" % "1.2.0"
[com.anasoft.os/daofusion-core "1.2.0"]

Dependencies

compile (4)

Group / Artifact Type Version
joda-time : joda-time Optional jar 1.6
org.slf4j : slf4j-simple Optional jar 1.5.8
org.hibernate : hibernate-entitymanager Optional jar 3.4.0.GA
cglib : cglib Optional jar 2.1_3

test (2)

Group / Artifact Type Version
junit : junit jar 4.6
org.mockito : mockito-all jar 1.7

Project Modules

There are no modules declared in this project.