Last Version

Generic DAO 2.0.0

Provides some interfaces that define generic DAOs (Data Access Object). This package is completely implementation-independent and has no dependencies.

License

License

GroupId

GroupId

br.com.arsmachina
ArtifactId

ArtifactId

generic-dao
Version

Version

2.0.0
Type

Type

jar
Description

Description

Generic DAO
Provides some interfaces that define generic DAOs (Data Access Object). This package is completely implementation-independent and has no dependencies.
Project Organization

Project Organization

Ars Machina Tecnologia da Informação Ltda.
Source Code Management

Source Code Management

https://github.com/thiagohp/generic-dao.git

Download generic-dao 2.0.0


<!-- https://jarcasting.com/artifacts/br.com.arsmachina/generic-dao/ -->
<dependency>
    <groupId>br.com.arsmachina</groupId>
    <artifactId>generic-dao</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.arsmachina/generic-dao/
implementation 'br.com.arsmachina:generic-dao:2.0.0'
// https://jarcasting.com/artifacts/br.com.arsmachina/generic-dao/
implementation ("br.com.arsmachina:generic-dao:2.0.0")
'br.com.arsmachina:generic-dao:jar:2.0.0'
<dependency org="br.com.arsmachina" name="generic-dao" rev="2.0.0">
  <artifact name="generic-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.arsmachina', module='generic-dao', version='2.0.0')
)
libraryDependencies += "br.com.arsmachina" % "generic-dao" % "2.0.0"
[br.com.arsmachina/generic-dao "2.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.