is not current version
Last Version 2.1.0

com.github.ffcfalcos:common-dao 2.0.0

Common DAO is abstracts class which permit to easily manage DAO

GroupId

GroupId

com.github.ffcfalcos
ArtifactId

ArtifactId

common-dao
Version

Version

2.0.0
Type

Type

jar

Download common-dao 2.0.0


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