is not current version
Last Version 3.0.0

br.com.thiaguten.persistence:simple-dao 1.0.3

Core DAO design pattern API that greatly facilitates the exchange and use of multiple persistence providers.

GroupId

GroupId

br.com.thiaguten.persistence
ArtifactId

ArtifactId

simple-dao
Version

Version

1.0.3
Type

Type

jar

Download simple-dao 1.0.3


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