License |
License |
---|---|
GroupId | GroupIdbr.com.thiaguten.persistence |
ArtifactId | ArtifactIdsimple-dao |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple DAO
Core persistence API that greatly facilitates the
exchange and use of multiple persistence providers.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationThiago Gutenberg Carvalho da Costa |
Filename | Size |
---|---|
simple-dao-3.0.0.pom | |
simple-dao-3.0.0.jar | 21 KB |
simple-dao-3.0.0-sources.jar | 24 KB |
simple-dao-3.0.0-javadoc.jar | 128 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.thiaguten.persistence/simple-dao/ -->
<dependency>
<groupId>br.com.thiaguten.persistence</groupId>
<artifactId>simple-dao</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.thiaguten.persistence/simple-dao/
implementation 'br.com.thiaguten.persistence:simple-dao:3.0.0'
// https://jarcasting.com/artifacts/br.com.thiaguten.persistence/simple-dao/
implementation ("br.com.thiaguten.persistence:simple-dao:3.0.0")
'br.com.thiaguten.persistence:simple-dao:jar:3.0.0'
<dependency org="br.com.thiaguten.persistence" name="simple-dao" rev="3.0.0">
<artifact name="simple-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.thiaguten.persistence', module='simple-dao', version='3.0.0')
)
libraryDependencies += "br.com.thiaguten.persistence" % "simple-dao" % "3.0.0"
[br.com.thiaguten.persistence/simple-dao "3.0.0"]