| License |
License |
|---|---|
| GroupId | GroupIdcom.github.ffcfalcos |
| ArtifactId | ArtifactIdcommon-dao |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCommon DAO
Common DAO is abstracts class which permit to easily manage DAO
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| common-dao-2.1.0.pom | |
| common-dao-2.1.0.jar | 7 KB |
| common-dao-2.1.0-sources.jar | 5 KB |
| common-dao-2.1.0-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ffcfalcos/common-dao/ -->
<dependency>
<groupId>com.github.ffcfalcos</groupId>
<artifactId>common-dao</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ffcfalcos/common-dao/
implementation 'com.github.ffcfalcos:common-dao:2.1.0'
// https://jarcasting.com/artifacts/com.github.ffcfalcos/common-dao/
implementation ("com.github.ffcfalcos:common-dao:2.1.0")
'com.github.ffcfalcos:common-dao:jar:2.1.0'
<dependency org="com.github.ffcfalcos" name="common-dao" rev="2.1.0">
<artifact name="common-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ffcfalcos', module='common-dao', version='2.1.0')
)
libraryDependencies += "com.github.ffcfalcos" % "common-dao" % "2.1.0"
[com.github.ffcfalcos/common-dao "2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.ffcfalcos : logger-manager | jar | 2.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax : javaee-api | jar | 8.0 |