is not current version
Last Version 1.0.1

com.cedarsoft.db:genericdao 1.0.0


GroupId

GroupId

com.cedarsoft.db
ArtifactId

ArtifactId

genericdao
Version

Version

1.0.0
Type

Type

jar

Download genericdao 1.0.0


<!-- https://jarcasting.com/artifacts/com.cedarsoft.db/genericdao/ -->
<dependency>
    <groupId>com.cedarsoft.db</groupId>
    <artifactId>genericdao</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.db/genericdao/
implementation 'com.cedarsoft.db:genericdao:1.0.0'
// https://jarcasting.com/artifacts/com.cedarsoft.db/genericdao/
implementation ("com.cedarsoft.db:genericdao:1.0.0")
'com.cedarsoft.db:genericdao:jar:1.0.0'
<dependency org="com.cedarsoft.db" name="genericdao" rev="1.0.0">
  <artifact name="genericdao" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.db', module='genericdao', version='1.0.0')
)
libraryDependencies += "com.cedarsoft.db" % "genericdao" % "1.0.0"
[com.cedarsoft.db/genericdao "1.0.0"]