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