is not current version
Last Version 3.0.0

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

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.1
Type

Type

jar

Download simple-dao 1.0.1


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