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