GroupId | GroupIdcom.cedarsoft.commons |
---|---|
ArtifactId | ArtifactIddb |
Version | Version1.5.1 |
Type | Typejar |
Filename | Size |
---|---|
db-1.5.1.pom | 664 bytes |
db-1.5.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.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/db/
implementation 'com.cedarsoft.commons:db:1.5.1'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/db/
implementation ("com.cedarsoft.commons:db:1.5.1")
'com.cedarsoft.commons:db:jar:1.5.1'
<dependency org="com.cedarsoft.commons" name="db" rev="1.5.1">
<artifact name="db" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='db', version='1.5.1')
)
libraryDependencies += "com.cedarsoft.commons" % "db" % "1.5.1"
[com.cedarsoft.commons/db "1.5.1"]