| GroupId | GroupIdcom.cedarsoft.utils |
|---|---|
| ArtifactId | ArtifactIdgenericdao |
| Version | Version1.3.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| genericdao-1.3.6.pom | |
| genericdao-1.3.6.jar | 64 KB |
| genericdao-1.3.6-sources.jar | 24 KB |
| genericdao-1.3.6-javadoc.jar | 228 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.utils/genericdao/ -->
<dependency>
<groupId>com.cedarsoft.utils</groupId>
<artifactId>genericdao</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.utils/genericdao/
implementation 'com.cedarsoft.utils:genericdao:1.3.6'
// https://jarcasting.com/artifacts/com.cedarsoft.utils/genericdao/
implementation ("com.cedarsoft.utils:genericdao:1.3.6")
'com.cedarsoft.utils:genericdao:jar:1.3.6'
<dependency org="com.cedarsoft.utils" name="genericdao" rev="1.3.6">
<artifact name="genericdao" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.utils', module='genericdao', version='1.3.6')
)
libraryDependencies += "com.cedarsoft.utils" % "genericdao" % "1.3.6"
[com.cedarsoft.utils/genericdao "1.3.6"]