is not current version
Last Version 1.0.2

com.cedarsoft.business:db 1.0.1


GroupId

GroupId

com.cedarsoft.business
ArtifactId

ArtifactId

db
Version

Version

1.0.1
Type

Type

jar

Download db 1.0.1


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