GroupId | GroupIdbr.com.thiaguten.persistence |
---|---|
ArtifactId | ArtifactIdsimple-dao |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
simple-dao-1.0.3.pom | |
simple-dao-1.0.3.jar | 9 KB |
simple-dao-1.0.3-sources.jar | 11 KB |
simple-dao-1.0.3-javadoc.jar | 78 KB |
Browse |
<!-- 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"]