is not current version
Last Version 1.0.2

com.cedarsoft.business:db 1.0.0


GroupId

GroupId

com.cedarsoft.business
ArtifactId

ArtifactId

db
Version

Version

1.0.0
Type

Type

jar

Download db 1.0.0


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