GroupId | GroupIdcom.cedarsoft.commons.legacy |
---|---|
ArtifactId | ArtifactIddb |
Version | Version1.4.1 |
Type | Typejar |
Filename | Size |
---|---|
db-1.4.1.pom | |
db-1.4.1.jar | 7 KB |
db-1.4.1-sources.jar | 4 KB |
db-1.4.1-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons.legacy/db/ -->
<dependency>
<groupId>com.cedarsoft.commons.legacy</groupId>
<artifactId>db</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons.legacy/db/
implementation 'com.cedarsoft.commons.legacy:db:1.4.1'
// https://jarcasting.com/artifacts/com.cedarsoft.commons.legacy/db/
implementation ("com.cedarsoft.commons.legacy:db:1.4.1")
'com.cedarsoft.commons.legacy:db:jar:1.4.1'
<dependency org="com.cedarsoft.commons.legacy" name="db" rev="1.4.1">
<artifact name="db" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons.legacy', module='db', version='1.4.1')
)
libraryDependencies += "com.cedarsoft.commons.legacy" % "db" % "1.4.1"
[com.cedarsoft.commons.legacy/db "1.4.1"]