is not current version
Last Version 1.6.3

com.cedarsoft.commons:db 1.4.3


GroupId

GroupId

com.cedarsoft.commons
ArtifactId

ArtifactId

db
Version

Version

1.4.3
Type

Type

jar

Download db 1.4.3

Filename Size
db-1.4.3.pom 664 bytes
db-1.4.3-tests.jar 1 KB
Browse

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