is not current version
Last Version 1.6.3

com.cedarsoft.commons:db 1.6.1


GroupId

GroupId

com.cedarsoft.commons
ArtifactId

ArtifactId

db
Version

Version

1.6.1
Type

Type

jar

Download db 1.6.1

Filename Size
db-1.6.1.pom 647 bytes
db-1.6.1-tests.jar 1 KB
Browse

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