| License |
License |
|---|---|
| GroupId | GroupIdir.cafebabe |
| ArtifactId | ArtifactIdGoodbyDao |
| Version | Version0.0.2 |
| Type | Typejar |
| Description |
DescriptionGood By(e) DAO
Light weight and easy to use generic DAO
|
| Filename | Size |
|---|---|
| GoodbyDao-0.0.2.pom | |
| GoodbyDao-0.0.2.jar | 21 KB |
| GoodbyDao-0.0.2-sources.jar | 43 KB |
| GoodbyDao-0.0.2-javadoc.jar | 91 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ir.cafebabe/GoodbyDao/ -->
<dependency>
<groupId>ir.cafebabe</groupId>
<artifactId>GoodbyDao</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/ir.cafebabe/GoodbyDao/
implementation 'ir.cafebabe:GoodbyDao:0.0.2'
// https://jarcasting.com/artifacts/ir.cafebabe/GoodbyDao/
implementation ("ir.cafebabe:GoodbyDao:0.0.2")
'ir.cafebabe:GoodbyDao:jar:0.0.2'
<dependency org="ir.cafebabe" name="GoodbyDao" rev="0.0.2">
<artifact name="GoodbyDao" type="jar" />
</dependency>
@Grapes(
@Grab(group='ir.cafebabe', module='GoodbyDao', version='0.0.2')
)
libraryDependencies += "ir.cafebabe" % "GoodbyDao" % "0.0.2"
[ir.cafebabe/GoodbyDao "0.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.persistence : persistence-api | jar | 1.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |